Shades of Spicy Pink #F213AB
Tints of Spicy Pink #F213AB
RGB
CMYK
RGB Variations
Color information
#F213AB (or 0xF213AB) is known color: Spicy Pink. HEX triplet: F2, 13 and AB. RGB value is (242,19,171). Sum of RGB (Red+Green+Blue) = 242+19+171=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F213AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F213AB is #0DEC54. Grayscale: #666666. Windows color (decimal): -912469 or 11211762. OLE color: 11211762.
HSL color Cylindrical-coordinate representation of color #F213AB: hue angle of 319.1º 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 #F213AB is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 171 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.05 |
| HSL | 319.1º | 0.9% | 0.51% | - |
| HSV(B) | 319.1º | 0.92% | 0.95% | - |
| XYZ | 44.2 | 22.28 | 40.5 | - |
| YUV | 103.01 | 166.38 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 171 | 0 | 0.92 | 0.29 | 0.05 | 319.1 | 0.9 | 0.51 |
| Hex | F2 | 13 | AB | 0 | 5C | 1D | 5 | 13F | 5A | 33 |
| Octal | 362 | 23 | 253 | 0 | 134 | 35 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10011 | 10101011 | 0 | 1011100 | 11101 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F213AB
Complementary color
Monochromatic Colors of #F213AB
Black with #F213AB
Text Example
Text Example
White with #F213AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213AB; }
p { color: rgb(242,19,171); }
H1.HeaderClassName
{
color: #F213AB;
}
.AnyTagClassName
{
color: #F213AB;
}
</style>
background-color css
<style>
a { background-color: #F213AB; }
a { background-color: rgb(242,19,171); }
div.DivClassName
{
background-color: #F213AB;
}
.BgClassName
{
background-color: #F213AB;
}
</style>
border-color css
<style>
span { border-color: #F213AB; }
span { border-color: rgb(242,19,171); }
td.TdClassName
{
border-color: #F213AB;
}
.TagClassName
{
border-color: #F213AB;
}
</style>