Shades of Persian Rose #F22999
Tints of Persian Rose #F22999
RGB
CMYK
RGB Variations
Color information
#F22999 (or 0xF22999) is known color: Persian Rose. HEX triplet: F2, 29 and 99. RGB value is (242,41,153). Sum of RGB (Red+Green+Blue) = 242+41+153=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F22999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22999 is #0DD666. Grayscale: #717171. Windows color (decimal): -906855 or 10037746. OLE color: 10037746.
HSL color Cylindrical-coordinate representation of color #F22999: hue angle of 326.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22999 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 153 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.05 |
| HSL | 326.57º | 0.89% | 0.55% | - |
| HSV(B) | 326.57º | 0.83% | 0.95% | - |
| XYZ | 43.16 | 22.76 | 32.26 | - |
| YUV | 113.87 | 150.09 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 153 | 0 | 0.83 | 0.37 | 0.05 | 326.57 | 0.89 | 0.55 |
| Hex | F2 | 29 | 99 | 0 | 53 | 25 | 5 | 147 | 59 | 37 |
| Octal | 362 | 51 | 231 | 0 | 123 | 45 | 5 | 507 | 131 | 67 |
| Binary | 11110010 | 101001 | 10011001 | 0 | 1010011 | 100101 | 101 | 101000111 | 1011001 | 110111 |
Color Harmonies of #F22999
Complementary color
Monochromatic Colors of #F22999
Black with #F22999
Text Example
Text Example
White with #F22999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22999; }
p { color: rgb(242,41,153); }
H1.HeaderClassName
{
color: #F22999;
}
.AnyTagClassName
{
color: #F22999;
}
</style>
background-color css
<style>
a { background-color: #F22999; }
a { background-color: rgb(242,41,153); }
div.DivClassName
{
background-color: #F22999;
}
.BgClassName
{
background-color: #F22999;
}
</style>
border-color css
<style>
span { border-color: #F22999; }
span { border-color: rgb(242,41,153); }
td.TdClassName
{
border-color: #F22999;
}
.TagClassName
{
border-color: #F22999;
}
</style>