Shades of Spicy Pink #F211A9
Tints of Spicy Pink #F211A9
RGB
CMYK
RGB Variations
Color information
#F211A9 (or 0xF211A9) is known color: Spicy Pink. HEX triplet: F2, 11 and A9. RGB value is (242,17,169). Sum of RGB (Red+Green+Blue) = 242+17+169=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F211A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F211A9 is #0DEE56. Grayscale: #656565. Windows color (decimal): -912983 or 11080178. OLE color: 11080178.
HSL color Cylindrical-coordinate representation of color #F211A9: hue angle of 319.47º 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 #F211A9 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 169 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.05 |
| HSL | 319.47º | 0.9% | 0.51% | - |
| HSV(B) | 319.47º | 0.93% | 0.95% | - |
| XYZ | 43.98 | 22.14 | 39.49 | - |
| YUV | 101.6 | 166.04 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 169 | 0 | 0.93 | 0.30 | 0.05 | 319.47 | 0.9 | 0.51 |
| Hex | F2 | 11 | A9 | 0 | 5D | 1E | 5 | 13F | 5A | 33 |
| Octal | 362 | 21 | 251 | 0 | 135 | 36 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10001 | 10101001 | 0 | 1011101 | 11110 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F211A9
Complementary color
Monochromatic Colors of #F211A9
Black with #F211A9
Text Example
Text Example
White with #F211A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211A9; }
p { color: rgb(242,17,169); }
H1.HeaderClassName
{
color: #F211A9;
}
.AnyTagClassName
{
color: #F211A9;
}
</style>
background-color css
<style>
a { background-color: #F211A9; }
a { background-color: rgb(242,17,169); }
div.DivClassName
{
background-color: #F211A9;
}
.BgClassName
{
background-color: #F211A9;
}
</style>
border-color css
<style>
span { border-color: #F211A9; }
span { border-color: rgb(242,17,169); }
td.TdClassName
{
border-color: #F211A9;
}
.TagClassName
{
border-color: #F211A9;
}
</style>