Shades of Persian Rose #F02CAC
Tints of Persian Rose #F02CAC
RGB
CMYK
RGB Variations
Color information
#F02CAC (or 0xF02CAC) is known color: Persian Rose. HEX triplet: F0, 2C and AC. RGB value is (240,44,172). Sum of RGB (Red+Green+Blue) = 240+44+172=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02CAC is #0FD353. Grayscale: #747474. Windows color (decimal): -1037140 or 11283696. OLE color: 11283696.
HSL color Cylindrical-coordinate representation of color #F02CAC: hue angle of 320.82º 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 #F02CAC is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 172 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.06 |
| HSL | 320.82º | 0.87% | 0.56% | - |
| HSV(B) | 320.82º | 0.82% | 0.94% | - |
| XYZ | 44.28 | 23.31 | 41.19 | - |
| YUV | 117.2 | 158.93 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 172 | 0 | 0.82 | 0.28 | 0.06 | 320.82 | 0.87 | 0.56 |
| Hex | F0 | 2C | AC | 0 | 52 | 1C | 6 | 141 | 57 | 38 |
| Octal | 360 | 54 | 254 | 0 | 122 | 34 | 6 | 501 | 127 | 70 |
| Binary | 11110000 | 101100 | 10101100 | 0 | 1010010 | 11100 | 110 | 101000001 | 1010111 | 111000 |
Color Harmonies of #F02CAC
Complementary color
Monochromatic Colors of #F02CAC
Black with #F02CAC
Text Example
Text Example
White with #F02CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CAC; }
p { color: rgb(240,44,172); }
H1.HeaderClassName
{
color: #F02CAC;
}
.AnyTagClassName
{
color: #F02CAC;
}
</style>
background-color css
<style>
a { background-color: #F02CAC; }
a { background-color: rgb(240,44,172); }
div.DivClassName
{
background-color: #F02CAC;
}
.BgClassName
{
background-color: #F02CAC;
}
</style>
border-color css
<style>
span { border-color: #F02CAC; }
span { border-color: rgb(240,44,172); }
td.TdClassName
{
border-color: #F02CAC;
}
.TagClassName
{
border-color: #F02CAC;
}
</style>