Shades of Persian Rose #F22497
Tints of Persian Rose #F22497
RGB
CMYK
RGB Variations
Color information
#F22497 (or 0xF22497) is known color: Persian Rose. HEX triplet: F2, 24 and 97. RGB value is (242,36,151). Sum of RGB (Red+Green+Blue) = 242+36+151=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F22497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22497 is #0DDB68. Grayscale: #6E6E6E. Windows color (decimal): -908137 or 9905394. OLE color: 9905394.
HSL color Cylindrical-coordinate representation of color #F22497: hue angle of 326.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22497 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 151 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.05 |
| HSL | 326.5º | 0.89% | 0.55% | - |
| HSV(B) | 326.5º | 0.85% | 0.95% | - |
| XYZ | 42.83 | 22.37 | 31.34 | - |
| YUV | 110.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 151 | 0 | 0.85 | 0.38 | 0.05 | 326.5 | 0.89 | 0.55 |
| Hex | F2 | 24 | 97 | 0 | 55 | 26 | 5 | 147 | 59 | 37 |
| Octal | 362 | 44 | 227 | 0 | 125 | 46 | 5 | 507 | 131 | 67 |
| Binary | 11110010 | 100100 | 10010111 | 0 | 1010101 | 100110 | 101 | 101000111 | 1011001 | 110111 |
Color Harmonies of #F22497
Complementary color
Monochromatic Colors of #F22497
Black with #F22497
Text Example
Text Example
White with #F22497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22497; }
p { color: rgb(242,36,151); }
H1.HeaderClassName
{
color: #F22497;
}
.AnyTagClassName
{
color: #F22497;
}
</style>
background-color css
<style>
a { background-color: #F22497; }
a { background-color: rgb(242,36,151); }
div.DivClassName
{
background-color: #F22497;
}
.BgClassName
{
background-color: #F22497;
}
</style>
border-color css
<style>
span { border-color: #F22497; }
span { border-color: rgb(242,36,151); }
td.TdClassName
{
border-color: #F22497;
}
.TagClassName
{
border-color: #F22497;
}
</style>