Shades of Persian Rose #F22DAB
Tints of Persian Rose #F22DAB
RGB
CMYK
RGB Variations
Color information
#F22DAB (or 0xF22DAB) is known color: Persian Rose. HEX triplet: F2, 2D and AB. RGB value is (242,45,171). Sum of RGB (Red+Green+Blue) = 242+45+171=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F22DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22DAB is #0DD254. Grayscale: #757575. Windows color (decimal): -905813 or 11218418. OLE color: 11218418.
HSL color Cylindrical-coordinate representation of color #F22DAB: hue angle of 321.62º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22DAB is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 171 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.05 |
| HSL | 321.62º | 0.88% | 0.56% | - |
| HSV(B) | 321.62º | 0.81% | 0.95% | - |
| XYZ | 44.91 | 23.69 | 40.73 | - |
| YUV | 118.27 | 157.77 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 171 | 0 | 0.81 | 0.29 | 0.05 | 321.62 | 0.88 | 0.56 |
| Hex | F2 | 2D | AB | 0 | 51 | 1D | 5 | 142 | 58 | 38 |
| Octal | 362 | 55 | 253 | 0 | 121 | 35 | 5 | 502 | 130 | 70 |
| Binary | 11110010 | 101101 | 10101011 | 0 | 1010001 | 11101 | 101 | 101000010 | 1011000 | 111000 |
Color Harmonies of #F22DAB
Complementary color
Monochromatic Colors of #F22DAB
Black with #F22DAB
Text Example
Text Example
White with #F22DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22DAB; }
p { color: rgb(242,45,171); }
H1.HeaderClassName
{
color: #F22DAB;
}
.AnyTagClassName
{
color: #F22DAB;
}
</style>
background-color css
<style>
a { background-color: #F22DAB; }
a { background-color: rgb(242,45,171); }
div.DivClassName
{
background-color: #F22DAB;
}
.BgClassName
{
background-color: #F22DAB;
}
</style>
border-color css
<style>
span { border-color: #F22DAB; }
span { border-color: rgb(242,45,171); }
td.TdClassName
{
border-color: #F22DAB;
}
.TagClassName
{
border-color: #F22DAB;
}
</style>