Shades of Persian Pink #F281BD
Tints of Persian Pink #F281BD
RGB
CMYK
RGB Variations
Color information
#F281BD (or 0xF281BD) is known color: Persian Pink. HEX triplet: F2, 81 and BD. RGB value is (242,129,189). Sum of RGB (Red+Green+Blue) = 242+129+189=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F281BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281BD is #0D7E42. Grayscale: #A9A9A9. Windows color (decimal): -884291 or 12419570. OLE color: 12419570.
HSL color Cylindrical-coordinate representation of color #F281BD: hue angle of 328.14º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F281BD is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 189 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.05 |
| HSL | 328.14º | 0.81% | 0.73% | - |
| HSV(B) | 328.14º | 0.47% | 0.95% | - |
| XYZ | 53.65 | 38.25 | 52.7 | - |
| YUV | 169.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 189 | 0 | 0.47 | 0.22 | 0.05 | 328.14 | 0.81 | 0.73 |
| Hex | F2 | 81 | BD | 0 | 2F | 16 | 5 | 148 | 51 | 49 |
| Octal | 362 | 201 | 275 | 0 | 57 | 26 | 5 | 510 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10111101 | 0 | 101111 | 10110 | 101 | 101001000 | 1010001 | 1001001 |
Color Harmonies of #F281BD
Complementary color
Monochromatic Colors of #F281BD
Black with #F281BD
Text Example
Text Example
White with #F281BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281BD; }
p { color: rgb(242,129,189); }
H1.HeaderClassName
{
color: #F281BD;
}
.AnyTagClassName
{
color: #F281BD;
}
</style>
background-color css
<style>
a { background-color: #F281BD; }
a { background-color: rgb(242,129,189); }
div.DivClassName
{
background-color: #F281BD;
}
.BgClassName
{
background-color: #F281BD;
}
</style>
border-color css
<style>
span { border-color: #F281BD; }
span { border-color: rgb(242,129,189); }
td.TdClassName
{
border-color: #F281BD;
}
.TagClassName
{
border-color: #F281BD;
}
</style>