Shades of Persian Rose #F02097
Tints of Persian Rose #F02097
RGB
CMYK
RGB Variations
Color information
#F02097 (or 0xF02097) is known color: Persian Rose. HEX triplet: F0, 20 and 97. RGB value is (240,32,151). Sum of RGB (Red+Green+Blue) = 240+32+151=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F02097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02097 is #0FDF68. Grayscale: #6B6B6B. Windows color (decimal): -1040233 or 9904368. OLE color: 9904368.
HSL color Cylindrical-coordinate representation of color #F02097: hue angle of 325.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02097 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 151 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.06 |
| HSL | 325.67º | 0.87% | 0.53% | - |
| HSV(B) | 325.67º | 0.87% | 0.94% | - |
| XYZ | 42.04 | 21.79 | 31.27 | - |
| YUV | 107.76 | 152.41 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 151 | 0 | 0.87 | 0.37 | 0.06 | 325.67 | 0.87 | 0.53 |
| Hex | F0 | 20 | 97 | 0 | 57 | 25 | 6 | 146 | 57 | 35 |
| Octal | 360 | 40 | 227 | 0 | 127 | 45 | 6 | 506 | 127 | 65 |
| Binary | 11110000 | 100000 | 10010111 | 0 | 1010111 | 100101 | 110 | 101000110 | 1010111 | 110101 |
Color Harmonies of #F02097
Complementary color
Monochromatic Colors of #F02097
Black with #F02097
Text Example
Text Example
White with #F02097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02097; }
p { color: rgb(240,32,151); }
H1.HeaderClassName
{
color: #F02097;
}
.AnyTagClassName
{
color: #F02097;
}
</style>
background-color css
<style>
a { background-color: #F02097; }
a { background-color: rgb(240,32,151); }
div.DivClassName
{
background-color: #F02097;
}
.BgClassName
{
background-color: #F02097;
}
</style>
border-color css
<style>
span { border-color: #F02097; }
span { border-color: rgb(240,32,151); }
td.TdClassName
{
border-color: #F02097;
}
.TagClassName
{
border-color: #F02097;
}
</style>