Shades of Spicy Pink #F212AD
Tints of Spicy Pink #F212AD
RGB
CMYK
RGB Variations
Color information
#F212AD (or 0xF212AD) is known color: Spicy Pink. HEX triplet: F2, 12 and AD. RGB value is (242,18,173). Sum of RGB (Red+Green+Blue) = 242+18+173=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F212AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212AD is #0DED52. Grayscale: #666666. Windows color (decimal): -912723 or 11342578. OLE color: 11342578.
HSL color Cylindrical-coordinate representation of color #F212AD: hue angle of 318.48º 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 #F212AD is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 173 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 318.48º | 0.9% | 0.51% | - |
| HSV(B) | 318.48º | 0.93% | 0.95% | - |
| XYZ | 44.38 | 22.33 | 41.51 | - |
| YUV | 102.65 | 167.71 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 173 | 0 | 0.93 | 0.29 | 0.05 | 318.48 | 0.9 | 0.51 |
| Hex | F2 | 12 | AD | 0 | 5D | 1D | 5 | 13E | 5A | 33 |
| Octal | 362 | 22 | 255 | 0 | 135 | 35 | 5 | 476 | 132 | 63 |
| Binary | 11110010 | 10010 | 10101101 | 0 | 1011101 | 11101 | 101 | 100111110 | 1011010 | 110011 |
Color Harmonies of #F212AD
Complementary color
Monochromatic Colors of #F212AD
Black with #F212AD
Text Example
Text Example
White with #F212AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212AD; }
p { color: rgb(242,18,173); }
H1.HeaderClassName
{
color: #F212AD;
}
.AnyTagClassName
{
color: #F212AD;
}
</style>
background-color css
<style>
a { background-color: #F212AD; }
a { background-color: rgb(242,18,173); }
div.DivClassName
{
background-color: #F212AD;
}
.BgClassName
{
background-color: #F212AD;
}
</style>
border-color css
<style>
span { border-color: #F212AD; }
span { border-color: rgb(242,18,173); }
td.TdClassName
{
border-color: #F212AD;
}
.TagClassName
{
border-color: #F212AD;
}
</style>