Shades of Persian Rose #F02EA0
Tints of Persian Rose #F02EA0
RGB
CMYK
RGB Variations
Color information
#F02EA0 (or 0xF02EA0) is known color: Persian Rose. HEX triplet: F0, 2E and A0. RGB value is (240,46,160). Sum of RGB (Red+Green+Blue) = 240+46+160=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02EA0 is #0FD15F. Grayscale: #747474. Windows color (decimal): -1036640 or 10497776. OLE color: 10497776.
HSL color Cylindrical-coordinate representation of color #F02EA0: hue angle of 324.74º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02EA0 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 46 | 160 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.06 |
| HSL | 324.74º | 0.87% | 0.56% | - |
| HSV(B) | 324.74º | 0.81% | 0.94% | - |
| XYZ | 43.26 | 23.02 | 35.42 | - |
| YUV | 117 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 46 | 160 | 0 | 0.81 | 0.33 | 0.06 | 324.74 | 0.87 | 0.56 |
| Hex | F0 | 2E | A0 | 0 | 51 | 21 | 6 | 145 | 57 | 38 |
| Octal | 360 | 56 | 240 | 0 | 121 | 41 | 6 | 505 | 127 | 70 |
| Binary | 11110000 | 101110 | 10100000 | 0 | 1010001 | 100001 | 110 | 101000101 | 1010111 | 111000 |
Color Harmonies of #F02EA0
Complementary color
Monochromatic Colors of #F02EA0
Black with #F02EA0
Text Example
Text Example
White with #F02EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02EA0; }
p { color: rgb(240,46,160); }
H1.HeaderClassName
{
color: #F02EA0;
}
.AnyTagClassName
{
color: #F02EA0;
}
</style>
background-color css
<style>
a { background-color: #F02EA0; }
a { background-color: rgb(240,46,160); }
div.DivClassName
{
background-color: #F02EA0;
}
.BgClassName
{
background-color: #F02EA0;
}
</style>
border-color css
<style>
span { border-color: #F02EA0; }
span { border-color: rgb(240,46,160); }
td.TdClassName
{
border-color: #F02EA0;
}
.TagClassName
{
border-color: #F02EA0;
}
</style>