Shades of Spicy Pink #F213AA
Tints of Spicy Pink #F213AA
RGB
CMYK
RGB Variations
Color information
#F213AA (or 0xF213AA) is known color: Spicy Pink. HEX triplet: F2, 13 and AA. RGB value is (242,19,170). Sum of RGB (Red+Green+Blue) = 242+19+170=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F213AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F213AA is #0DEC55. Grayscale: #666666. Windows color (decimal): -912470 or 11146226. OLE color: 11146226.
HSL color Cylindrical-coordinate representation of color #F213AA: hue angle of 319.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213AA is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 170 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.05 |
| HSL | 319.37º | 0.9% | 0.51% | - |
| HSV(B) | 319.37º | 0.92% | 0.95% | - |
| XYZ | 44.11 | 22.25 | 40 | - |
| YUV | 102.89 | 165.88 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 170 | 0 | 0.92 | 0.30 | 0.05 | 319.37 | 0.9 | 0.51 |
| Hex | F2 | 13 | AA | 0 | 5C | 1E | 5 | 13F | 5A | 33 |
| Octal | 362 | 23 | 252 | 0 | 134 | 36 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10011 | 10101010 | 0 | 1011100 | 11110 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F213AA
Complementary color
Monochromatic Colors of #F213AA
Black with #F213AA
Text Example
Text Example
White with #F213AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213AA; }
p { color: rgb(242,19,170); }
H1.HeaderClassName
{
color: #F213AA;
}
.AnyTagClassName
{
color: #F213AA;
}
</style>
background-color css
<style>
a { background-color: #F213AA; }
a { background-color: rgb(242,19,170); }
div.DivClassName
{
background-color: #F213AA;
}
.BgClassName
{
background-color: #F213AA;
}
</style>
border-color css
<style>
span { border-color: #F213AA; }
span { border-color: rgb(242,19,170); }
td.TdClassName
{
border-color: #F213AA;
}
.TagClassName
{
border-color: #F213AA;
}
</style>