Shades of Persian Rose #F02CAA
Tints of Persian Rose #F02CAA
RGB
CMYK
RGB Variations
Color information
#F02CAA (or 0xF02CAA) is known color: Persian Rose. HEX triplet: F0, 2C and AA. RGB value is (240,44,170). Sum of RGB (Red+Green+Blue) = 240+44+170=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02CAA is #0FD355. Grayscale: #747474. Windows color (decimal): -1037142 or 11152624. OLE color: 11152624.
HSL color Cylindrical-coordinate representation of color #F02CAA: hue angle of 321.43º 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 #F02CAA is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 170 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.06 |
| HSL | 321.43º | 0.87% | 0.56% | - |
| HSV(B) | 321.43º | 0.82% | 0.94% | - |
| XYZ | 44.09 | 23.23 | 40.19 | - |
| YUV | 116.97 | 157.93 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 170 | 0 | 0.82 | 0.29 | 0.06 | 321.43 | 0.87 | 0.56 |
| Hex | F0 | 2C | AA | 0 | 52 | 1D | 6 | 141 | 57 | 38 |
| Octal | 360 | 54 | 252 | 0 | 122 | 35 | 6 | 501 | 127 | 70 |
| Binary | 11110000 | 101100 | 10101010 | 0 | 1010010 | 11101 | 110 | 101000001 | 1010111 | 111000 |
Color Harmonies of #F02CAA
Complementary color
Monochromatic Colors of #F02CAA
Black with #F02CAA
Text Example
Text Example
White with #F02CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CAA; }
p { color: rgb(240,44,170); }
H1.HeaderClassName
{
color: #F02CAA;
}
.AnyTagClassName
{
color: #F02CAA;
}
</style>
background-color css
<style>
a { background-color: #F02CAA; }
a { background-color: rgb(240,44,170); }
div.DivClassName
{
background-color: #F02CAA;
}
.BgClassName
{
background-color: #F02CAA;
}
</style>
border-color css
<style>
span { border-color: #F02CAA; }
span { border-color: rgb(240,44,170); }
td.TdClassName
{
border-color: #F02CAA;
}
.TagClassName
{
border-color: #F02CAA;
}
</style>