Shades of Persian Rose #F02AAA
Tints of Persian Rose #F02AAA
RGB
CMYK
RGB Variations
Color information
#F02AAA (or 0xF02AAA) is known color: Persian Rose. HEX triplet: F0, 2A and AA. RGB value is (240,42,170). Sum of RGB (Red+Green+Blue) = 240+42+170=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F02AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02AAA is #0FD555. Grayscale: #737373. Windows color (decimal): -1037654 or 11152112. OLE color: 11152112.
HSL color Cylindrical-coordinate representation of color #F02AAA: hue angle of 321.21º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02AAA is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 170 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.06 |
| HSL | 321.21º | 0.87% | 0.55% | - |
| HSV(B) | 321.21º | 0.83% | 0.94% | - |
| XYZ | 44.02 | 23.08 | 40.17 | - |
| YUV | 115.79 | 158.6 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 170 | 0 | 0.82 | 0.29 | 0.06 | 321.21 | 0.87 | 0.55 |
| Hex | F0 | 2A | AA | 0 | 52 | 1D | 6 | 141 | 57 | 37 |
| Octal | 360 | 52 | 252 | 0 | 122 | 35 | 6 | 501 | 127 | 67 |
| Binary | 11110000 | 101010 | 10101010 | 0 | 1010010 | 11101 | 110 | 101000001 | 1010111 | 110111 |
Color Harmonies of #F02AAA
Complementary color
Monochromatic Colors of #F02AAA
Black with #F02AAA
Text Example
Text Example
White with #F02AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02AAA; }
p { color: rgb(240,42,170); }
H1.HeaderClassName
{
color: #F02AAA;
}
.AnyTagClassName
{
color: #F02AAA;
}
</style>
background-color css
<style>
a { background-color: #F02AAA; }
a { background-color: rgb(240,42,170); }
div.DivClassName
{
background-color: #F02AAA;
}
.BgClassName
{
background-color: #F02AAA;
}
</style>
border-color css
<style>
span { border-color: #F02AAA; }
span { border-color: rgb(240,42,170); }
td.TdClassName
{
border-color: #F02AAA;
}
.TagClassName
{
border-color: #F02AAA;
}
</style>