Shades of Persian Pink #F087B8
Tints of Persian Pink #F087B8
RGB
CMYK
RGB Variations
Color information
#F087B8 (or 0xF087B8) is known color: Persian Pink. HEX triplet: F0, 87 and B8. RGB value is (240,135,184). Sum of RGB (Red+Green+Blue) = 240+135+184=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F087B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087B8 is #0F7847. Grayscale: #ABABAB. Windows color (decimal): -1013832 or 12093424. OLE color: 12093424.
HSL color Cylindrical-coordinate representation of color #F087B8: hue angle of 332º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087B8 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 184 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.06 |
| HSL | 332º | 0.78% | 0.74% | - |
| HSV(B) | 332º | 0.44% | 0.94% | - |
| XYZ | 53.25 | 39.31 | 50.13 | - |
| YUV | 171.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 184 | 0 | 0.44 | 0.23 | 0.06 | 332 | 0.78 | 0.74 |
| Hex | F0 | 87 | B8 | 0 | 2C | 17 | 6 | 14C | 4E | 4A |
| Octal | 360 | 207 | 270 | 0 | 54 | 27 | 6 | 514 | 116 | 112 |
| Binary | 11110000 | 10000111 | 10111000 | 0 | 101100 | 10111 | 110 | 101001100 | 1001110 | 1001010 |
Color Harmonies of #F087B8
Complementary color
Monochromatic Colors of #F087B8
Black with #F087B8
Text Example
Text Example
White with #F087B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087B8; }
p { color: rgb(240,135,184); }
H1.HeaderClassName
{
color: #F087B8;
}
.AnyTagClassName
{
color: #F087B8;
}
</style>
background-color css
<style>
a { background-color: #F087B8; }
a { background-color: rgb(240,135,184); }
div.DivClassName
{
background-color: #F087B8;
}
.BgClassName
{
background-color: #F087B8;
}
</style>
border-color css
<style>
span { border-color: #F087B8; }
span { border-color: rgb(240,135,184); }
td.TdClassName
{
border-color: #F087B8;
}
.TagClassName
{
border-color: #F087B8;
}
</style>