Shades of Spicy Pink #F219A0
Tints of Spicy Pink #F219A0
RGB
CMYK
RGB Variations
Color information
#F219A0 (or 0xF219A0) is known color: Spicy Pink. HEX triplet: F2, 19 and A0. RGB value is (242,25,160). Sum of RGB (Red+Green+Blue) = 242+25+160=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F219A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F219A0 is #0DE65F. Grayscale: #686868. Windows color (decimal): -910944 or 10492402. OLE color: 10492402.
HSL color Cylindrical-coordinate representation of color #F219A0: hue angle of 322.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219A0 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 160 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.05 |
| HSL | 322.67º | 0.89% | 0.52% | - |
| HSV(B) | 322.67º | 0.9% | 0.95% | - |
| XYZ | 43.31 | 22.11 | 35.24 | - |
| YUV | 105.27 | 158.89 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 160 | 0 | 0.90 | 0.34 | 0.05 | 322.67 | 0.89 | 0.52 |
| Hex | F2 | 19 | A0 | 0 | 5A | 22 | 5 | 143 | 59 | 34 |
| Octal | 362 | 31 | 240 | 0 | 132 | 42 | 5 | 503 | 131 | 64 |
| Binary | 11110010 | 11001 | 10100000 | 0 | 1011010 | 100010 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F219A0
Complementary color
Monochromatic Colors of #F219A0
Black with #F219A0
Text Example
Text Example
White with #F219A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219A0; }
p { color: rgb(242,25,160); }
H1.HeaderClassName
{
color: #F219A0;
}
.AnyTagClassName
{
color: #F219A0;
}
</style>
background-color css
<style>
a { background-color: #F219A0; }
a { background-color: rgb(242,25,160); }
div.DivClassName
{
background-color: #F219A0;
}
.BgClassName
{
background-color: #F219A0;
}
</style>
border-color css
<style>
span { border-color: #F219A0; }
span { border-color: rgb(242,25,160); }
td.TdClassName
{
border-color: #F219A0;
}
.TagClassName
{
border-color: #F219A0;
}
</style>