Shades of Spicy Pink #F213A8
Tints of Spicy Pink #F213A8
RGB
CMYK
RGB Variations
Color information
#F213A8 (or 0xF213A8) is known color: Spicy Pink. HEX triplet: F2, 13 and A8. RGB value is (242,19,168). Sum of RGB (Red+Green+Blue) = 242+19+168=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F213A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F213A8 is #0DEC57. Grayscale: #666666. Windows color (decimal): -912472 or 11015154. OLE color: 11015154.
HSL color Cylindrical-coordinate representation of color #F213A8: hue angle of 319.91º 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 #F213A8 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 168 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.05 |
| HSL | 319.91º | 0.9% | 0.51% | - |
| HSV(B) | 319.91º | 0.92% | 0.95% | - |
| XYZ | 43.92 | 22.17 | 39.01 | - |
| YUV | 102.66 | 164.88 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 168 | 0 | 0.92 | 0.31 | 0.05 | 319.91 | 0.9 | 0.51 |
| Hex | F2 | 13 | A8 | 0 | 5C | 1F | 5 | 140 | 5A | 33 |
| Octal | 362 | 23 | 250 | 0 | 134 | 37 | 5 | 500 | 132 | 63 |
| Binary | 11110010 | 10011 | 10101000 | 0 | 1011100 | 11111 | 101 | 101000000 | 1011010 | 110011 |
Color Harmonies of #F213A8
Complementary color
Monochromatic Colors of #F213A8
Black with #F213A8
Text Example
Text Example
White with #F213A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213A8; }
p { color: rgb(242,19,168); }
H1.HeaderClassName
{
color: #F213A8;
}
.AnyTagClassName
{
color: #F213A8;
}
</style>
background-color css
<style>
a { background-color: #F213A8; }
a { background-color: rgb(242,19,168); }
div.DivClassName
{
background-color: #F213A8;
}
.BgClassName
{
background-color: #F213A8;
}
</style>
border-color css
<style>
span { border-color: #F213A8; }
span { border-color: rgb(242,19,168); }
td.TdClassName
{
border-color: #F213A8;
}
.TagClassName
{
border-color: #F213A8;
}
</style>