Shades of Spicy Pink #F212A9
Tints of Spicy Pink #F212A9
RGB
CMYK
RGB Variations
Color information
#F212A9 (or 0xF212A9) is known color: Spicy Pink. HEX triplet: F2, 12 and A9. RGB value is (242,18,169). Sum of RGB (Red+Green+Blue) = 242+18+169=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F212A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212A9 is #0DED56. Grayscale: #656565. Windows color (decimal): -912727 or 11080434. OLE color: 11080434.
HSL color Cylindrical-coordinate representation of color #F212A9: hue angle of 319.55º 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 #F212A9 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 169 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.05 |
| HSL | 319.55º | 0.9% | 0.51% | - |
| HSV(B) | 319.55º | 0.93% | 0.95% | - |
| XYZ | 44 | 22.17 | 39.5 | - |
| YUV | 102.19 | 165.71 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 169 | 0 | 0.93 | 0.30 | 0.05 | 319.55 | 0.9 | 0.51 |
| Hex | F2 | 12 | A9 | 0 | 5D | 1E | 5 | 140 | 5A | 33 |
| Octal | 362 | 22 | 251 | 0 | 135 | 36 | 5 | 500 | 132 | 63 |
| Binary | 11110010 | 10010 | 10101001 | 0 | 1011101 | 11110 | 101 | 101000000 | 1011010 | 110011 |
Color Harmonies of #F212A9
Complementary color
Monochromatic Colors of #F212A9
Black with #F212A9
Text Example
Text Example
White with #F212A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212A9; }
p { color: rgb(242,18,169); }
H1.HeaderClassName
{
color: #F212A9;
}
.AnyTagClassName
{
color: #F212A9;
}
</style>
background-color css
<style>
a { background-color: #F212A9; }
a { background-color: rgb(242,18,169); }
div.DivClassName
{
background-color: #F212A9;
}
.BgClassName
{
background-color: #F212A9;
}
</style>
border-color css
<style>
span { border-color: #F212A9; }
span { border-color: rgb(242,18,169); }
td.TdClassName
{
border-color: #F212A9;
}
.TagClassName
{
border-color: #F212A9;
}
</style>