Shades of Spicy Pink #F210AA
Tints of Spicy Pink #F210AA
RGB
CMYK
RGB Variations
Color information
#F210AA (or 0xF210AA) is known color: Spicy Pink. HEX triplet: F2, 10 and AA. RGB value is (242,16,170). Sum of RGB (Red+Green+Blue) = 242+16+170=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F210AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F210AA is #0DEF55. Grayscale: #646464. Windows color (decimal): -913238 or 11145458. OLE color: 11145458.
HSL color Cylindrical-coordinate representation of color #F210AA: hue angle of 319.12º 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 #F210AA is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 170 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.05 |
| HSL | 319.12º | 0.9% | 0.51% | - |
| HSV(B) | 319.12º | 0.93% | 0.95% | - |
| XYZ | 44.06 | 22.15 | 39.98 | - |
| YUV | 101.13 | 166.87 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 170 | 0 | 0.93 | 0.30 | 0.05 | 319.12 | 0.9 | 0.51 |
| Hex | F2 | 10 | AA | 0 | 5D | 1E | 5 | 13F | 5A | 33 |
| Octal | 362 | 20 | 252 | 0 | 135 | 36 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10000 | 10101010 | 0 | 1011101 | 11110 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F210AA
Complementary color
Monochromatic Colors of #F210AA
Black with #F210AA
Text Example
Text Example
White with #F210AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210AA; }
p { color: rgb(242,16,170); }
H1.HeaderClassName
{
color: #F210AA;
}
.AnyTagClassName
{
color: #F210AA;
}
</style>
background-color css
<style>
a { background-color: #F210AA; }
a { background-color: rgb(242,16,170); }
div.DivClassName
{
background-color: #F210AA;
}
.BgClassName
{
background-color: #F210AA;
}
</style>
border-color css
<style>
span { border-color: #F210AA; }
span { border-color: rgb(242,16,170); }
td.TdClassName
{
border-color: #F210AA;
}
.TagClassName
{
border-color: #F210AA;
}
</style>