Shades of Persian Rose #F22896
Tints of Persian Rose #F22896
RGB
CMYK
RGB Variations
Color information
#F22896 (or 0xF22896) is known color: Persian Rose. HEX triplet: F2, 28 and 96. RGB value is (242,40,150). Sum of RGB (Red+Green+Blue) = 242+40+150=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F22896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22896 is #0DD769. Grayscale: #707070. Windows color (decimal): -907114 or 9840882. OLE color: 9840882.
HSL color Cylindrical-coordinate representation of color #F22896: hue angle of 327.33º 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 #F22896 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 150 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.05 |
| HSL | 327.33º | 0.89% | 0.55% | - |
| HSV(B) | 327.33º | 0.83% | 0.95% | - |
| XYZ | 42.88 | 22.6 | 30.96 | - |
| YUV | 112.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 150 | 0 | 0.83 | 0.38 | 0.05 | 327.33 | 0.89 | 0.55 |
| Hex | F2 | 28 | 96 | 0 | 53 | 26 | 5 | 147 | 59 | 37 |
| Octal | 362 | 50 | 226 | 0 | 123 | 46 | 5 | 507 | 131 | 67 |
| Binary | 11110010 | 101000 | 10010110 | 0 | 1010011 | 100110 | 101 | 101000111 | 1011001 | 110111 |
Color Harmonies of #F22896
Complementary color
Monochromatic Colors of #F22896
Black with #F22896
Text Example
Text Example
White with #F22896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22896; }
p { color: rgb(242,40,150); }
H1.HeaderClassName
{
color: #F22896;
}
.AnyTagClassName
{
color: #F22896;
}
</style>
background-color css
<style>
a { background-color: #F22896; }
a { background-color: rgb(242,40,150); }
div.DivClassName
{
background-color: #F22896;
}
.BgClassName
{
background-color: #F22896;
}
</style>
border-color css
<style>
span { border-color: #F22896; }
span { border-color: rgb(242,40,150); }
td.TdClassName
{
border-color: #F22896;
}
.TagClassName
{
border-color: #F22896;
}
</style>