Shades of Persian Rose #F01EA0
Tints of Persian Rose #F01EA0
RGB
CMYK
RGB Variations
Color information
#F01EA0 (or 0xF01EA0) is known color: Persian Rose. HEX triplet: F0, 1E and A0. RGB value is (240,30,160). Sum of RGB (Red+Green+Blue) = 240+30+160=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01EA0 is #0FE15F. Grayscale: #6B6B6B. Windows color (decimal): -1040736 or 10493680. OLE color: 10493680.
HSL color Cylindrical-coordinate representation of color #F01EA0: hue angle of 322.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01EA0 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 160 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.06 |
| HSL | 322.86º | 0.88% | 0.53% | - |
| HSV(B) | 322.86º | 0.88% | 0.94% | - |
| XYZ | 42.74 | 21.99 | 35.25 | - |
| YUV | 107.61 | 157.57 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 160 | 0 | 0.87 | 0.33 | 0.06 | 322.86 | 0.88 | 0.53 |
| Hex | F0 | 1E | A0 | 0 | 57 | 21 | 6 | 143 | 58 | 35 |
| Octal | 360 | 36 | 240 | 0 | 127 | 41 | 6 | 503 | 130 | 65 |
| Binary | 11110000 | 11110 | 10100000 | 0 | 1010111 | 100001 | 110 | 101000011 | 1011000 | 110101 |
Color Harmonies of #F01EA0
Complementary color
Monochromatic Colors of #F01EA0
Black with #F01EA0
Text Example
Text Example
White with #F01EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01EA0; }
p { color: rgb(240,30,160); }
H1.HeaderClassName
{
color: #F01EA0;
}
.AnyTagClassName
{
color: #F01EA0;
}
</style>
background-color css
<style>
a { background-color: #F01EA0; }
a { background-color: rgb(240,30,160); }
div.DivClassName
{
background-color: #F01EA0;
}
.BgClassName
{
background-color: #F01EA0;
}
</style>
border-color css
<style>
span { border-color: #F01EA0; }
span { border-color: rgb(240,30,160); }
td.TdClassName
{
border-color: #F01EA0;
}
.TagClassName
{
border-color: #F01EA0;
}
</style>