Shades of Persian Pink #F085B8
Tints of Persian Pink #F085B8
RGB
CMYK
RGB Variations
Color information
#F085B8 (or 0xF085B8) is known color: Persian Pink. HEX triplet: F0, 85 and B8. RGB value is (240,133,184). Sum of RGB (Red+Green+Blue) = 240+133+184=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F085B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085B8 is #0F7A47. Grayscale: #AAAAAA. Windows color (decimal): -1014344 or 12092912. OLE color: 12092912.
HSL color Cylindrical-coordinate representation of color #F085B8: hue angle of 331.4º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085B8 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 184 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.06 |
| HSL | 331.4º | 0.78% | 0.73% | - |
| HSV(B) | 331.4º | 0.45% | 0.94% | - |
| XYZ | 52.97 | 38.76 | 50.04 | - |
| YUV | 170.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 184 | 0 | 0.45 | 0.23 | 0.06 | 331.4 | 0.78 | 0.73 |
| Hex | F0 | 85 | B8 | 0 | 2D | 17 | 6 | 14B | 4E | 49 |
| Octal | 360 | 205 | 270 | 0 | 55 | 27 | 6 | 513 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10111000 | 0 | 101101 | 10111 | 110 | 101001011 | 1001110 | 1001001 |
Color Harmonies of #F085B8
Complementary color
Monochromatic Colors of #F085B8
Black with #F085B8
Text Example
Text Example
White with #F085B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085B8; }
p { color: rgb(240,133,184); }
H1.HeaderClassName
{
color: #F085B8;
}
.AnyTagClassName
{
color: #F085B8;
}
</style>
background-color css
<style>
a { background-color: #F085B8; }
a { background-color: rgb(240,133,184); }
div.DivClassName
{
background-color: #F085B8;
}
.BgClassName
{
background-color: #F085B8;
}
</style>
border-color css
<style>
span { border-color: #F085B8; }
span { border-color: rgb(240,133,184); }
td.TdClassName
{
border-color: #F085B8;
}
.TagClassName
{
border-color: #F085B8;
}
</style>