Shades of Spicy Pink #F212A8
Tints of Spicy Pink #F212A8
RGB
CMYK
RGB Variations
Color information
#F212A8 (or 0xF212A8) is known color: Spicy Pink. HEX triplet: F2, 12 and A8. RGB value is (242,18,168). Sum of RGB (Red+Green+Blue) = 242+18+168=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F212A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212A8 is #0DED57. Grayscale: #656565. Windows color (decimal): -912728 or 11014898. OLE color: 11014898.
HSL color Cylindrical-coordinate representation of color #F212A8: hue angle of 319.82º 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 #F212A8 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 168 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.05 |
| HSL | 319.82º | 0.9% | 0.51% | - |
| HSV(B) | 319.82º | 0.93% | 0.95% | - |
| XYZ | 43.9 | 22.14 | 39 | - |
| YUV | 102.08 | 165.21 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 168 | 0 | 0.93 | 0.31 | 0.05 | 319.82 | 0.9 | 0.51 |
| Hex | F2 | 12 | A8 | 0 | 5D | 1F | 5 | 140 | 5A | 33 |
| Octal | 362 | 22 | 250 | 0 | 135 | 37 | 5 | 500 | 132 | 63 |
| Binary | 11110010 | 10010 | 10101000 | 0 | 1011101 | 11111 | 101 | 101000000 | 1011010 | 110011 |
Color Harmonies of #F212A8
Complementary color
Monochromatic Colors of #F212A8
Black with #F212A8
Text Example
Text Example
White with #F212A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212A8; }
p { color: rgb(242,18,168); }
H1.HeaderClassName
{
color: #F212A8;
}
.AnyTagClassName
{
color: #F212A8;
}
</style>
background-color css
<style>
a { background-color: #F212A8; }
a { background-color: rgb(242,18,168); }
div.DivClassName
{
background-color: #F212A8;
}
.BgClassName
{
background-color: #F212A8;
}
</style>
border-color css
<style>
span { border-color: #F212A8; }
span { border-color: rgb(242,18,168); }
td.TdClassName
{
border-color: #F212A8;
}
.TagClassName
{
border-color: #F212A8;
}
</style>