Shades of Persian Pink #F088B9
Tints of Persian Pink #F088B9
RGB
CMYK
RGB Variations
Color information
#F088B9 (or 0xF088B9) is known color: Persian Pink. HEX triplet: F0, 88 and B9. RGB value is (240,136,185). Sum of RGB (Red+Green+Blue) = 240+136+185=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F088B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088B9 is #0F7746. Grayscale: #ACACAC. Windows color (decimal): -1013575 or 12159216. OLE color: 12159216.
HSL color Cylindrical-coordinate representation of color #F088B9: hue angle of 331.73º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088B9 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 185 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.06 |
| HSL | 331.73º | 0.78% | 0.74% | - |
| HSV(B) | 331.73º | 0.43% | 0.94% | - |
| XYZ | 53.5 | 39.64 | 50.73 | - |
| YUV | 172.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 185 | 0 | 0.43 | 0.23 | 0.06 | 331.73 | 0.78 | 0.74 |
| Hex | F0 | 88 | B9 | 0 | 2B | 17 | 6 | 14C | 4E | 4A |
| Octal | 360 | 210 | 271 | 0 | 53 | 27 | 6 | 514 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10111001 | 0 | 101011 | 10111 | 110 | 101001100 | 1001110 | 1001010 |
Color Harmonies of #F088B9
Complementary color
Monochromatic Colors of #F088B9
Black with #F088B9
Text Example
Text Example
White with #F088B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088B9; }
p { color: rgb(240,136,185); }
H1.HeaderClassName
{
color: #F088B9;
}
.AnyTagClassName
{
color: #F088B9;
}
</style>
background-color css
<style>
a { background-color: #F088B9; }
a { background-color: rgb(240,136,185); }
div.DivClassName
{
background-color: #F088B9;
}
.BgClassName
{
background-color: #F088B9;
}
</style>
border-color css
<style>
span { border-color: #F088B9; }
span { border-color: rgb(240,136,185); }
td.TdClassName
{
border-color: #F088B9;
}
.TagClassName
{
border-color: #F088B9;
}
</style>