Shades of Spicy Pink #F019A2
Tints of Spicy Pink #F019A2
RGB
CMYK
RGB Variations
Color information
#F019A2 (or 0xF019A2) is known color: Spicy Pink. HEX triplet: F0, 19 and A2. RGB value is (240,25,162). Sum of RGB (Red+Green+Blue) = 240+25+162=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F019A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019A2 is #0FE65D. Grayscale: #686868. Windows color (decimal): -1042014 or 10623472. OLE color: 10623472.
HSL color Cylindrical-coordinate representation of color #F019A2: hue angle of 321.77º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019A2 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 162 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.06 |
| HSL | 321.77º | 0.88% | 0.52% | - |
| HSV(B) | 321.77º | 0.9% | 0.94% | - |
| XYZ | 42.8 | 21.83 | 36.14 | - |
| YUV | 104.9 | 160.23 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 162 | 0 | 0.90 | 0.32 | 0.06 | 321.77 | 0.88 | 0.52 |
| Hex | F0 | 19 | A2 | 0 | 5A | 20 | 6 | 142 | 58 | 34 |
| Octal | 360 | 31 | 242 | 0 | 132 | 40 | 6 | 502 | 130 | 64 |
| Binary | 11110000 | 11001 | 10100010 | 0 | 1011010 | 100000 | 110 | 101000010 | 1011000 | 110100 |
Color Harmonies of #F019A2
Complementary color
Monochromatic Colors of #F019A2
Black with #F019A2
Text Example
Text Example
White with #F019A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019A2; }
p { color: rgb(240,25,162); }
H1.HeaderClassName
{
color: #F019A2;
}
.AnyTagClassName
{
color: #F019A2;
}
</style>
background-color css
<style>
a { background-color: #F019A2; }
a { background-color: rgb(240,25,162); }
div.DivClassName
{
background-color: #F019A2;
}
.BgClassName
{
background-color: #F019A2;
}
</style>
border-color css
<style>
span { border-color: #F019A2; }
span { border-color: rgb(240,25,162); }
td.TdClassName
{
border-color: #F019A2;
}
.TagClassName
{
border-color: #F019A2;
}
</style>