Shades of Persian Rose #F021A2
Tints of Persian Rose #F021A2
RGB
CMYK
RGB Variations
Color information
#F021A2 (or 0xF021A2) is known color: Persian Rose. HEX triplet: F0, 21 and A2. RGB value is (240,33,162). Sum of RGB (Red+Green+Blue) = 240+33+162=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F021A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F021A2 is #0FDE5D. Grayscale: #6D6D6D. Windows color (decimal): -1039966 or 10625520. OLE color: 10625520.
HSL color Cylindrical-coordinate representation of color #F021A2: hue angle of 322.61º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F021A2 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 162 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.06 |
| HSL | 322.61º | 0.87% | 0.54% | - |
| HSV(B) | 322.61º | 0.86% | 0.94% | - |
| XYZ | 43 | 22.22 | 36.21 | - |
| YUV | 109.6 | 157.58 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 162 | 0 | 0.86 | 0.32 | 0.06 | 322.61 | 0.87 | 0.54 |
| Hex | F0 | 21 | A2 | 0 | 56 | 20 | 6 | 143 | 57 | 36 |
| Octal | 360 | 41 | 242 | 0 | 126 | 40 | 6 | 503 | 127 | 66 |
| Binary | 11110000 | 100001 | 10100010 | 0 | 1010110 | 100000 | 110 | 101000011 | 1010111 | 110110 |
Color Harmonies of #F021A2
Complementary color
Monochromatic Colors of #F021A2
Black with #F021A2
Text Example
Text Example
White with #F021A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F021A2; }
p { color: rgb(240,33,162); }
H1.HeaderClassName
{
color: #F021A2;
}
.AnyTagClassName
{
color: #F021A2;
}
</style>
background-color css
<style>
a { background-color: #F021A2; }
a { background-color: rgb(240,33,162); }
div.DivClassName
{
background-color: #F021A2;
}
.BgClassName
{
background-color: #F021A2;
}
</style>
border-color css
<style>
span { border-color: #F021A2; }
span { border-color: rgb(240,33,162); }
td.TdClassName
{
border-color: #F021A2;
}
.TagClassName
{
border-color: #F021A2;
}
</style>