Shades of Persian Rose #F22BAB
Tints of Persian Rose #F22BAB
RGB
CMYK
RGB Variations
Color information
#F22BAB (or 0xF22BAB) is known color: Persian Rose. HEX triplet: F2, 2B and AB. RGB value is (242,43,171). Sum of RGB (Red+Green+Blue) = 242+43+171=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F22BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22BAB is #0DD454. Grayscale: #747474. Windows color (decimal): -906325 or 11217906. OLE color: 11217906.
HSL color Cylindrical-coordinate representation of color #F22BAB: hue angle of 321.41º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22BAB is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 43 | 171 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.05 |
| HSL | 321.41º | 0.88% | 0.56% | - |
| HSV(B) | 321.41º | 0.82% | 0.95% | - |
| XYZ | 44.83 | 23.55 | 40.71 | - |
| YUV | 117.09 | 158.43 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 43 | 171 | 0 | 0.82 | 0.29 | 0.05 | 321.41 | 0.88 | 0.56 |
| Hex | F2 | 2B | AB | 0 | 52 | 1D | 5 | 141 | 58 | 38 |
| Octal | 362 | 53 | 253 | 0 | 122 | 35 | 5 | 501 | 130 | 70 |
| Binary | 11110010 | 101011 | 10101011 | 0 | 1010010 | 11101 | 101 | 101000001 | 1011000 | 111000 |
Color Harmonies of #F22BAB
Complementary color
Monochromatic Colors of #F22BAB
Black with #F22BAB
Text Example
Text Example
White with #F22BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22BAB; }
p { color: rgb(242,43,171); }
H1.HeaderClassName
{
color: #F22BAB;
}
.AnyTagClassName
{
color: #F22BAB;
}
</style>
background-color css
<style>
a { background-color: #F22BAB; }
a { background-color: rgb(242,43,171); }
div.DivClassName
{
background-color: #F22BAB;
}
.BgClassName
{
background-color: #F22BAB;
}
</style>
border-color css
<style>
span { border-color: #F22BAB; }
span { border-color: rgb(242,43,171); }
td.TdClassName
{
border-color: #F22BAB;
}
.TagClassName
{
border-color: #F22BAB;
}
</style>