Shades of Persian Rose #F02492
Tints of Persian Rose #F02492
RGB
CMYK
RGB Variations
Color information
#F02492 (or 0xF02492) is known color: Persian Rose. HEX triplet: F0, 24 and 92. RGB value is (240,36,146). Sum of RGB (Red+Green+Blue) = 240+36+146=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F02492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02492 is #0FDB6D. Grayscale: #6D6D6D. Windows color (decimal): -1039214 or 9577712. OLE color: 9577712.
HSL color Cylindrical-coordinate representation of color #F02492: hue angle of 327.65º 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 #F02492 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 146 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.06 |
| HSL | 327.65º | 0.87% | 0.54% | - |
| HSV(B) | 327.65º | 0.85% | 0.94% | - |
| XYZ | 41.75 | 21.86 | 29.21 | - |
| YUV | 109.54 | 148.59 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 146 | 0 | 0.85 | 0.39 | 0.06 | 327.65 | 0.87 | 0.54 |
| Hex | F0 | 24 | 92 | 0 | 55 | 27 | 6 | 148 | 57 | 36 |
| Octal | 360 | 44 | 222 | 0 | 125 | 47 | 6 | 510 | 127 | 66 |
| Binary | 11110000 | 100100 | 10010010 | 0 | 1010101 | 100111 | 110 | 101001000 | 1010111 | 110110 |
Color Harmonies of #F02492
Complementary color
Monochromatic Colors of #F02492
Black with #F02492
Text Example
Text Example
White with #F02492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02492; }
p { color: rgb(240,36,146); }
H1.HeaderClassName
{
color: #F02492;
}
.AnyTagClassName
{
color: #F02492;
}
</style>
background-color css
<style>
a { background-color: #F02492; }
a { background-color: rgb(240,36,146); }
div.DivClassName
{
background-color: #F02492;
}
.BgClassName
{
background-color: #F02492;
}
</style>
border-color css
<style>
span { border-color: #F02492; }
span { border-color: rgb(240,36,146); }
td.TdClassName
{
border-color: #F02492;
}
.TagClassName
{
border-color: #F02492;
}
</style>