Shades of Spicy Pink #F214AB
Tints of Spicy Pink #F214AB
RGB
CMYK
RGB Variations
Color information
#F214AB (or 0xF214AB) is known color: Spicy Pink. HEX triplet: F2, 14 and AB. RGB value is (242,20,171). Sum of RGB (Red+Green+Blue) = 242+20+171=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F214AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F214AB is #0DEB54. Grayscale: #676767. Windows color (decimal): -912213 or 11212018. OLE color: 11212018.
HSL color Cylindrical-coordinate representation of color #F214AB: hue angle of 319.19º 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 #F214AB is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 171 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.05 |
| HSL | 319.19º | 0.9% | 0.51% | - |
| HSV(B) | 319.19º | 0.92% | 0.95% | - |
| XYZ | 44.22 | 22.32 | 40.51 | - |
| YUV | 103.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 171 | 0 | 0.92 | 0.29 | 0.05 | 319.19 | 0.9 | 0.51 |
| Hex | F2 | 14 | AB | 0 | 5C | 1D | 5 | 13F | 5A | 33 |
| Octal | 362 | 24 | 253 | 0 | 134 | 35 | 5 | 477 | 132 | 63 |
| Binary | 11110010 | 10100 | 10101011 | 0 | 1011100 | 11101 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F214AB
Complementary color
Monochromatic Colors of #F214AB
Black with #F214AB
Text Example
Text Example
White with #F214AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214AB; }
p { color: rgb(242,20,171); }
H1.HeaderClassName
{
color: #F214AB;
}
.AnyTagClassName
{
color: #F214AB;
}
</style>
background-color css
<style>
a { background-color: #F214AB; }
a { background-color: rgb(242,20,171); }
div.DivClassName
{
background-color: #F214AB;
}
.BgClassName
{
background-color: #F214AB;
}
</style>
border-color css
<style>
span { border-color: #F214AB; }
span { border-color: rgb(242,20,171); }
td.TdClassName
{
border-color: #F214AB;
}
.TagClassName
{
border-color: #F214AB;
}
</style>