Shades of Spicy Pink #F214AA
Tints of Spicy Pink #F214AA
RGB
CMYK
RGB Variations
Color information
#F214AA (or 0xF214AA) is known color: Spicy Pink. HEX triplet: F2, 14 and AA. RGB value is (242,20,170). Sum of RGB (Red+Green+Blue) = 242+20+170=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F214AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F214AA is #0DEB55. Grayscale: #676767. Windows color (decimal): -912214 or 11146482. OLE color: 11146482.
HSL color Cylindrical-coordinate representation of color #F214AA: hue angle of 319.46º 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 #F214AA is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 170 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.05 |
| HSL | 319.46º | 0.9% | 0.51% | - |
| HSV(B) | 319.46º | 0.92% | 0.95% | - |
| XYZ | 44.12 | 22.28 | 40.01 | - |
| YUV | 103.48 | 165.55 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 170 | 0 | 0.92 | 0.30 | 0.05 | 319.46 | 0.9 | 0.51 |
| Hex | F2 | 14 | AA | 0 | 5C | 1E | 5 | 13F | 5A | 33 |
| Octal | 362 | 24 | 252 | 0 | 134 | 36 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10100 | 10101010 | 0 | 1011100 | 11110 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F214AA
Complementary color
Monochromatic Colors of #F214AA
Black with #F214AA
Text Example
Text Example
White with #F214AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214AA; }
p { color: rgb(242,20,170); }
H1.HeaderClassName
{
color: #F214AA;
}
.AnyTagClassName
{
color: #F214AA;
}
</style>
background-color css
<style>
a { background-color: #F214AA; }
a { background-color: rgb(242,20,170); }
div.DivClassName
{
background-color: #F214AA;
}
.BgClassName
{
background-color: #F214AA;
}
</style>
border-color css
<style>
span { border-color: #F214AA; }
span { border-color: rgb(242,20,170); }
td.TdClassName
{
border-color: #F214AA;
}
.TagClassName
{
border-color: #F214AA;
}
</style>