Shades of Spicy Pink #F019A6
Tints of Spicy Pink #F019A6
RGB
CMYK
RGB Variations
Color information
#F019A6 (or 0xF019A6) is known color: Spicy Pink. HEX triplet: F0, 19 and A6. RGB value is (240,25,166). Sum of RGB (Red+Green+Blue) = 240+25+166=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F019A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019A6 is #0FE659. Grayscale: #696969. Windows color (decimal): -1042010 or 10885616. OLE color: 10885616.
HSL color Cylindrical-coordinate representation of color #F019A6: hue angle of 320.65º 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 #F019A6 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 166 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.06 |
| HSL | 320.65º | 0.88% | 0.52% | - |
| HSV(B) | 320.65º | 0.9% | 0.94% | - |
| XYZ | 43.17 | 21.97 | 38.04 | - |
| YUV | 105.36 | 162.23 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 166 | 0 | 0.90 | 0.31 | 0.06 | 320.65 | 0.88 | 0.52 |
| Hex | F0 | 19 | A6 | 0 | 5A | 1F | 6 | 141 | 58 | 34 |
| Octal | 360 | 31 | 246 | 0 | 132 | 37 | 6 | 501 | 130 | 64 |
| Binary | 11110000 | 11001 | 10100110 | 0 | 1011010 | 11111 | 110 | 101000001 | 1011000 | 110100 |
Color Harmonies of #F019A6
Complementary color
Monochromatic Colors of #F019A6
Black with #F019A6
Text Example
Text Example
White with #F019A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019A6; }
p { color: rgb(240,25,166); }
H1.HeaderClassName
{
color: #F019A6;
}
.AnyTagClassName
{
color: #F019A6;
}
</style>
background-color css
<style>
a { background-color: #F019A6; }
a { background-color: rgb(240,25,166); }
div.DivClassName
{
background-color: #F019A6;
}
.BgClassName
{
background-color: #F019A6;
}
</style>
border-color css
<style>
span { border-color: #F019A6; }
span { border-color: rgb(240,25,166); }
td.TdClassName
{
border-color: #F019A6;
}
.TagClassName
{
border-color: #F019A6;
}
</style>