Shades of Persian Rose #F22296
Tints of Persian Rose #F22296
RGB
CMYK
RGB Variations
Color information
#F22296 (or 0xF22296) is known color: Persian Rose. HEX triplet: F2, 22 and 96. RGB value is (242,34,150). Sum of RGB (Red+Green+Blue) = 242+34+150=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F22296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22296 is #0DDD69. Grayscale: #6D6D6D. Windows color (decimal): -908650 or 9839346. OLE color: 9839346.
HSL color Cylindrical-coordinate representation of color #F22296: hue angle of 326.54º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22296 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 150 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.05 |
| HSL | 326.54º | 0.89% | 0.54% | - |
| HSV(B) | 326.54º | 0.86% | 0.95% | - |
| XYZ | 42.7 | 22.22 | 30.89 | - |
| YUV | 109.42 | 150.91 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 150 | 0 | 0.86 | 0.38 | 0.05 | 326.54 | 0.89 | 0.54 |
| Hex | F2 | 22 | 96 | 0 | 56 | 26 | 5 | 147 | 59 | 36 |
| Octal | 362 | 42 | 226 | 0 | 126 | 46 | 5 | 507 | 131 | 66 |
| Binary | 11110010 | 100010 | 10010110 | 0 | 1010110 | 100110 | 101 | 101000111 | 1011001 | 110110 |
Color Harmonies of #F22296
Complementary color
Monochromatic Colors of #F22296
Black with #F22296
Text Example
Text Example
White with #F22296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22296; }
p { color: rgb(242,34,150); }
H1.HeaderClassName
{
color: #F22296;
}
.AnyTagClassName
{
color: #F22296;
}
</style>
background-color css
<style>
a { background-color: #F22296; }
a { background-color: rgb(242,34,150); }
div.DivClassName
{
background-color: #F22296;
}
.BgClassName
{
background-color: #F22296;
}
</style>
border-color css
<style>
span { border-color: #F22296; }
span { border-color: rgb(242,34,150); }
td.TdClassName
{
border-color: #F22296;
}
.TagClassName
{
border-color: #F22296;
}
</style>