Shades of Spicy Pink #F212AB
Tints of Spicy Pink #F212AB
RGB
CMYK
RGB Variations
Color information
#F212AB (or 0xF212AB) is known color: Spicy Pink. HEX triplet: F2, 12 and AB. RGB value is (242,18,171). Sum of RGB (Red+Green+Blue) = 242+18+171=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F212AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212AB is #0DED54. Grayscale: #666666. Windows color (decimal): -912725 or 11211506. OLE color: 11211506.
HSL color Cylindrical-coordinate representation of color #F212AB: hue angle of 319.02º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212AB is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 171 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 319.02º | 0.9% | 0.51% | - |
| HSV(B) | 319.02º | 0.93% | 0.95% | - |
| XYZ | 44.18 | 22.25 | 40.49 | - |
| YUV | 102.42 | 166.71 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 171 | 0 | 0.93 | 0.29 | 0.05 | 319.02 | 0.9 | 0.51 |
| Hex | F2 | 12 | AB | 0 | 5D | 1D | 5 | 13F | 5A | 33 |
| Octal | 362 | 22 | 253 | 0 | 135 | 35 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10010 | 10101011 | 0 | 1011101 | 11101 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F212AB
Complementary color
Monochromatic Colors of #F212AB
Black with #F212AB
Text Example
Text Example
White with #F212AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212AB; }
p { color: rgb(242,18,171); }
H1.HeaderClassName
{
color: #F212AB;
}
.AnyTagClassName
{
color: #F212AB;
}
</style>
background-color css
<style>
a { background-color: #F212AB; }
a { background-color: rgb(242,18,171); }
div.DivClassName
{
background-color: #F212AB;
}
.BgClassName
{
background-color: #F212AB;
}
</style>
border-color css
<style>
span { border-color: #F212AB; }
span { border-color: rgb(242,18,171); }
td.TdClassName
{
border-color: #F212AB;
}
.TagClassName
{
border-color: #F212AB;
}
</style>