Shades of Persian Pink #F088B7
Tints of Persian Pink #F088B7
RGB
CMYK
RGB Variations
Color information
#F088B7 (or 0xF088B7) is known color: Persian Pink. HEX triplet: F0, 88 and B7. RGB value is (240,136,183). Sum of RGB (Red+Green+Blue) = 240+136+183=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F088B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088B7 is #0F7748. Grayscale: #ACACAC. Windows color (decimal): -1013577 or 12028144. OLE color: 12028144.
HSL color Cylindrical-coordinate representation of color #F088B7: hue angle of 332.88º 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 #F088B7 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 183 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.06 |
| HSL | 332.88º | 0.78% | 0.74% | - |
| HSV(B) | 332.88º | 0.43% | 0.94% | - |
| XYZ | 53.29 | 39.55 | 49.63 | - |
| YUV | 172.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 183 | 0 | 0.43 | 0.24 | 0.06 | 332.88 | 0.78 | 0.74 |
| Hex | F0 | 88 | B7 | 0 | 2B | 18 | 6 | 14D | 4E | 4A |
| Octal | 360 | 210 | 267 | 0 | 53 | 30 | 6 | 515 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10110111 | 0 | 101011 | 11000 | 110 | 101001101 | 1001110 | 1001010 |
Color Harmonies of #F088B7
Complementary color
Monochromatic Colors of #F088B7
Black with #F088B7
Text Example
Text Example
White with #F088B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088B7; }
p { color: rgb(240,136,183); }
H1.HeaderClassName
{
color: #F088B7;
}
.AnyTagClassName
{
color: #F088B7;
}
</style>
background-color css
<style>
a { background-color: #F088B7; }
a { background-color: rgb(240,136,183); }
div.DivClassName
{
background-color: #F088B7;
}
.BgClassName
{
background-color: #F088B7;
}
</style>
border-color css
<style>
span { border-color: #F088B7; }
span { border-color: rgb(240,136,183); }
td.TdClassName
{
border-color: #F088B7;
}
.TagClassName
{
border-color: #F088B7;
}
</style>