Shades of Persian Rose #F02CA8
Tints of Persian Rose #F02CA8
RGB
CMYK
RGB Variations
Color information
#F02CA8 (or 0xF02CA8) is known color: Persian Rose. HEX triplet: F0, 2C and A8. RGB value is (240,44,168). Sum of RGB (Red+Green+Blue) = 240+44+168=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02CA8 is #0FD357. Grayscale: #747474. Windows color (decimal): -1037144 or 11021552. OLE color: 11021552.
HSL color Cylindrical-coordinate representation of color #F02CA8: hue angle of 322.04º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02CA8 is Cyan = 0, Magento = 0.82, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 168 | - |
| CMYK | 0 | 0.82 | 0.3 | 0.06 |
| HSL | 322.04º | 0.87% | 0.56% | - |
| HSV(B) | 322.04º | 0.82% | 0.94% | - |
| XYZ | 43.9 | 23.15 | 39.2 | - |
| YUV | 116.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 168 | 0 | 0.82 | 0.3 | 0.06 | 322.04 | 0.87 | 0.56 |
| Hex | F0 | 2C | A8 | 0 | 52 | 1E | 6 | 142 | 57 | 38 |
| Octal | 360 | 54 | 250 | 0 | 122 | 36 | 6 | 502 | 127 | 70 |
| Binary | 11110000 | 101100 | 10101000 | 0 | 1010010 | 11110 | 110 | 101000010 | 1010111 | 111000 |
Color Harmonies of #F02CA8
Complementary color
Monochromatic Colors of #F02CA8
Black with #F02CA8
Text Example
Text Example
White with #F02CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CA8; }
p { color: rgb(240,44,168); }
H1.HeaderClassName
{
color: #F02CA8;
}
.AnyTagClassName
{
color: #F02CA8;
}
</style>
background-color css
<style>
a { background-color: #F02CA8; }
a { background-color: rgb(240,44,168); }
div.DivClassName
{
background-color: #F02CA8;
}
.BgClassName
{
background-color: #F02CA8;
}
</style>
border-color css
<style>
span { border-color: #F02CA8; }
span { border-color: rgb(240,44,168); }
td.TdClassName
{
border-color: #F02CA8;
}
.TagClassName
{
border-color: #F02CA8;
}
</style>