Shades of Spicy Pink #F212A6
Tints of Spicy Pink #F212A6
RGB
CMYK
RGB Variations
Color information
#F212A6 (or 0xF212A6) is known color: Spicy Pink. HEX triplet: F2, 12 and A6. RGB value is (242,18,166). Sum of RGB (Red+Green+Blue) = 242+18+166=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F212A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212A6 is #0DED59. Grayscale: #656565. Windows color (decimal): -912730 or 10883826. OLE color: 10883826.
HSL color Cylindrical-coordinate representation of color #F212A6: hue angle of 320.36º 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 #F212A6 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 166 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.05 |
| HSL | 320.36º | 0.9% | 0.51% | - |
| HSV(B) | 320.36º | 0.93% | 0.95% | - |
| XYZ | 43.72 | 22.06 | 38.03 | - |
| YUV | 101.85 | 164.21 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 166 | 0 | 0.93 | 0.31 | 0.05 | 320.36 | 0.9 | 0.51 |
| Hex | F2 | 12 | A6 | 0 | 5D | 1F | 5 | 140 | 5A | 33 |
| Octal | 362 | 22 | 246 | 0 | 135 | 37 | 5 | 500 | 132 | 63 |
| Binary | 11110010 | 10010 | 10100110 | 0 | 1011101 | 11111 | 101 | 101000000 | 1011010 | 110011 |
Color Harmonies of #F212A6
Complementary color
Monochromatic Colors of #F212A6
Black with #F212A6
Text Example
Text Example
White with #F212A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212A6; }
p { color: rgb(242,18,166); }
H1.HeaderClassName
{
color: #F212A6;
}
.AnyTagClassName
{
color: #F212A6;
}
</style>
background-color css
<style>
a { background-color: #F212A6; }
a { background-color: rgb(242,18,166); }
div.DivClassName
{
background-color: #F212A6;
}
.BgClassName
{
background-color: #F212A6;
}
</style>
border-color css
<style>
span { border-color: #F212A6; }
span { border-color: rgb(242,18,166); }
td.TdClassName
{
border-color: #F212A6;
}
.TagClassName
{
border-color: #F212A6;
}
</style>