Shades of Spicy Pink #F211AA
Tints of Spicy Pink #F211AA
RGB
CMYK
RGB Variations
Color information
#F211AA (or 0xF211AA) is known color: Spicy Pink. HEX triplet: F2, 11 and AA. RGB value is (242,17,170). Sum of RGB (Red+Green+Blue) = 242+17+170=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F211AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F211AA is #0DEE55. Grayscale: #656565. Windows color (decimal): -912982 or 11145714. OLE color: 11145714.
HSL color Cylindrical-coordinate representation of color #F211AA: hue angle of 319.2º 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 #F211AA is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 170 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.05 |
| HSL | 319.2º | 0.9% | 0.51% | - |
| HSV(B) | 319.2º | 0.93% | 0.95% | - |
| XYZ | 44.07 | 22.18 | 39.99 | - |
| YUV | 101.72 | 166.54 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 170 | 0 | 0.93 | 0.30 | 0.05 | 319.2 | 0.9 | 0.51 |
| Hex | F2 | 11 | AA | 0 | 5D | 1E | 5 | 13F | 5A | 33 |
| Octal | 362 | 21 | 252 | 0 | 135 | 36 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10001 | 10101010 | 0 | 1011101 | 11110 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F211AA
Complementary color
Monochromatic Colors of #F211AA
Black with #F211AA
Text Example
Text Example
White with #F211AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211AA; }
p { color: rgb(242,17,170); }
H1.HeaderClassName
{
color: #F211AA;
}
.AnyTagClassName
{
color: #F211AA;
}
</style>
background-color css
<style>
a { background-color: #F211AA; }
a { background-color: rgb(242,17,170); }
div.DivClassName
{
background-color: #F211AA;
}
.BgClassName
{
background-color: #F211AA;
}
</style>
border-color css
<style>
span { border-color: #F211AA; }
span { border-color: rgb(242,17,170); }
td.TdClassName
{
border-color: #F211AA;
}
.TagClassName
{
border-color: #F211AA;
}
</style>