Shades of Spicy Pink #F212AF
Tints of Spicy Pink #F212AF
RGB
CMYK
RGB Variations
Color information
#F212AF (or 0xF212AF) is known color: Spicy Pink. HEX triplet: F2, 12 and AF. RGB value is (242,18,175). Sum of RGB (Red+Green+Blue) = 242+18+175=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F212AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212AF is #0DED50. Grayscale: #666666. Windows color (decimal): -912721 or 11473650. OLE color: 11473650.
HSL color Cylindrical-coordinate representation of color #F212AF: hue angle of 317.95º 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 #F212AF is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 175 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.05 |
| HSL | 317.95º | 0.9% | 0.51% | - |
| HSV(B) | 317.95º | 0.93% | 0.95% | - |
| XYZ | 44.57 | 22.41 | 42.53 | - |
| YUV | 102.87 | 168.71 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 175 | 0 | 0.93 | 0.28 | 0.05 | 317.95 | 0.9 | 0.51 |
| Hex | F2 | 12 | AF | 0 | 5D | 1C | 5 | 13E | 5A | 33 |
| Octal | 362 | 22 | 257 | 0 | 135 | 34 | 5 | 476 | 132 | 63 |
| Binary | 11110010 | 10010 | 10101111 | 0 | 1011101 | 11100 | 101 | 100111110 | 1011010 | 110011 |
Color Harmonies of #F212AF
Complementary color
Monochromatic Colors of #F212AF
Black with #F212AF
Text Example
Text Example
White with #F212AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212AF; }
p { color: rgb(242,18,175); }
H1.HeaderClassName
{
color: #F212AF;
}
.AnyTagClassName
{
color: #F212AF;
}
</style>
background-color css
<style>
a { background-color: #F212AF; }
a { background-color: rgb(242,18,175); }
div.DivClassName
{
background-color: #F212AF;
}
.BgClassName
{
background-color: #F212AF;
}
</style>
border-color css
<style>
span { border-color: #F212AF; }
span { border-color: rgb(242,18,175); }
td.TdClassName
{
border-color: #F212AF;
}
.TagClassName
{
border-color: #F212AF;
}
</style>