Shades of Spicy Pink #F22AB6
Tints of Spicy Pink #F22AB6
RGB
CMYK
RGB Variations
Color information
#F22AB6 (or 0xF22AB6) is known color: Spicy Pink. HEX triplet: F2, 2A and B6. RGB value is (242,42,182). Sum of RGB (Red+Green+Blue) = 242+42+182=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F22AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F22AB6 is #0DD549. Grayscale: #757575. Windows color (decimal): -906570 or 11938546. OLE color: 11938546.
HSL color Cylindrical-coordinate representation of color #F22AB6: hue angle of 318º 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 #F22AB6 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 182 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.05 |
| HSL | 318º | 0.88% | 0.56% | - |
| HSV(B) | 318º | 0.83% | 0.95% | - |
| XYZ | 45.89 | 23.91 | 46.45 | - |
| YUV | 117.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 182 | 0 | 0.83 | 0.25 | 0.05 | 318 | 0.88 | 0.56 |
| Hex | F2 | 2A | B6 | 0 | 53 | 19 | 5 | 13E | 58 | 38 |
| Octal | 362 | 52 | 266 | 0 | 123 | 31 | 5 | 476 | 130 | 70 |
| Binary | 11110010 | 101010 | 10110110 | 0 | 1010011 | 11001 | 101 | 100111110 | 1011000 | 111000 |
Color Harmonies of #F22AB6
Complementary color
Monochromatic Colors of #F22AB6
Black with #F22AB6
Text Example
Text Example
White with #F22AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22AB6; }
p { color: rgb(242,42,182); }
H1.HeaderClassName
{
color: #F22AB6;
}
.AnyTagClassName
{
color: #F22AB6;
}
</style>
background-color css
<style>
a { background-color: #F22AB6; }
a { background-color: rgb(242,42,182); }
div.DivClassName
{
background-color: #F22AB6;
}
.BgClassName
{
background-color: #F22AB6;
}
</style>
border-color css
<style>
span { border-color: #F22AB6; }
span { border-color: rgb(242,42,182); }
td.TdClassName
{
border-color: #F22AB6;
}
.TagClassName
{
border-color: #F22AB6;
}
</style>