Shades of Persian Rose #F024A0
Tints of Persian Rose #F024A0
RGB
CMYK
RGB Variations
Color information
#F024A0 (or 0xF024A0) is known color: Persian Rose. HEX triplet: F0, 24 and A0. RGB value is (240,36,160). Sum of RGB (Red+Green+Blue) = 240+36+160=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F024A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F024A0 is #0FDB5F. Grayscale: #6E6E6E. Windows color (decimal): -1039200 or 10495216. OLE color: 10495216.
HSL color Cylindrical-coordinate representation of color #F024A0: hue angle of 323.53º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F024A0 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 160 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.06 |
| HSL | 323.53º | 0.87% | 0.54% | - |
| HSV(B) | 323.53º | 0.85% | 0.94% | - |
| XYZ | 42.91 | 22.33 | 35.31 | - |
| YUV | 111.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 160 | 0 | 0.85 | 0.33 | 0.06 | 323.53 | 0.87 | 0.54 |
| Hex | F0 | 24 | A0 | 0 | 55 | 21 | 6 | 144 | 57 | 36 |
| Octal | 360 | 44 | 240 | 0 | 125 | 41 | 6 | 504 | 127 | 66 |
| Binary | 11110000 | 100100 | 10100000 | 0 | 1010101 | 100001 | 110 | 101000100 | 1010111 | 110110 |
Color Harmonies of #F024A0
Complementary color
Monochromatic Colors of #F024A0
Black with #F024A0
Text Example
Text Example
White with #F024A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024A0; }
p { color: rgb(240,36,160); }
H1.HeaderClassName
{
color: #F024A0;
}
.AnyTagClassName
{
color: #F024A0;
}
</style>
background-color css
<style>
a { background-color: #F024A0; }
a { background-color: rgb(240,36,160); }
div.DivClassName
{
background-color: #F024A0;
}
.BgClassName
{
background-color: #F024A0;
}
</style>
border-color css
<style>
span { border-color: #F024A0; }
span { border-color: rgb(240,36,160); }
td.TdClassName
{
border-color: #F024A0;
}
.TagClassName
{
border-color: #F024A0;
}
</style>