Shades of Spicy Pink #F211AC
Tints of Spicy Pink #F211AC
RGB
CMYK
RGB Variations
Color information
#F211AC (or 0xF211AC) is known color: Spicy Pink. HEX triplet: F2, 11 and AC. RGB value is (242,17,172). Sum of RGB (Red+Green+Blue) = 242+17+172=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F211AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F211AC is #0DEE53. Grayscale: #656565. Windows color (decimal): -912980 or 11276786. OLE color: 11276786.
HSL color Cylindrical-coordinate representation of color #F211AC: hue angle of 318.67º 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 #F211AC is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 172 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 318.67º | 0.9% | 0.51% | - |
| HSV(B) | 318.67º | 0.93% | 0.95% | - |
| XYZ | 44.26 | 22.26 | 40.99 | - |
| YUV | 101.95 | 167.54 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 172 | 0 | 0.93 | 0.29 | 0.05 | 318.67 | 0.9 | 0.51 |
| Hex | F2 | 11 | AC | 0 | 5D | 1D | 5 | 13F | 5A | 33 |
| Octal | 362 | 21 | 254 | 0 | 135 | 35 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10001 | 10101100 | 0 | 1011101 | 11101 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F211AC
Complementary color
Monochromatic Colors of #F211AC
Black with #F211AC
Text Example
Text Example
White with #F211AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211AC; }
p { color: rgb(242,17,172); }
H1.HeaderClassName
{
color: #F211AC;
}
.AnyTagClassName
{
color: #F211AC;
}
</style>
background-color css
<style>
a { background-color: #F211AC; }
a { background-color: rgb(242,17,172); }
div.DivClassName
{
background-color: #F211AC;
}
.BgClassName
{
background-color: #F211AC;
}
</style>
border-color css
<style>
span { border-color: #F211AC; }
span { border-color: rgb(242,17,172); }
td.TdClassName
{
border-color: #F211AC;
}
.TagClassName
{
border-color: #F211AC;
}
</style>