Shades of Spicy Pink #F22AB2
Tints of Spicy Pink #F22AB2
RGB
CMYK
RGB Variations
Color information
#F22AB2 (or 0xF22AB2) is known color: Spicy Pink. HEX triplet: F2, 2A and B2. RGB value is (242,42,178). Sum of RGB (Red+Green+Blue) = 242+42+178=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F22AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22AB2 is #0DD54D. Grayscale: #747474. Windows color (decimal): -906574 or 11676402. OLE color: 11676402.
HSL color Cylindrical-coordinate representation of color #F22AB2: hue angle of 319.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22AB2 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 178 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.05 |
| HSL | 319.2º | 0.88% | 0.56% | - |
| HSV(B) | 319.2º | 0.83% | 0.95% | - |
| XYZ | 45.48 | 23.75 | 44.31 | - |
| YUV | 117.3 | 162.26 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 178 | 0 | 0.83 | 0.26 | 0.05 | 319.2 | 0.88 | 0.56 |
| Hex | F2 | 2A | B2 | 0 | 53 | 1A | 5 | 13F | 58 | 38 |
| Octal | 362 | 52 | 262 | 0 | 123 | 32 | 5 | 477 | 130 | 70 |
| Binary | 11110010 | 101010 | 10110010 | 0 | 1010011 | 11010 | 101 | 100111111 | 1011000 | 111000 |
Color Harmonies of #F22AB2
Complementary color
Monochromatic Colors of #F22AB2
Black with #F22AB2
Text Example
Text Example
White with #F22AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22AB2; }
p { color: rgb(242,42,178); }
H1.HeaderClassName
{
color: #F22AB2;
}
.AnyTagClassName
{
color: #F22AB2;
}
</style>
background-color css
<style>
a { background-color: #F22AB2; }
a { background-color: rgb(242,42,178); }
div.DivClassName
{
background-color: #F22AB2;
}
.BgClassName
{
background-color: #F22AB2;
}
</style>
border-color css
<style>
span { border-color: #F22AB2; }
span { border-color: rgb(242,42,178); }
td.TdClassName
{
border-color: #F22AB2;
}
.TagClassName
{
border-color: #F22AB2;
}
</style>