Shades of Spicy Pink #F019AA
Tints of Spicy Pink #F019AA
RGB
CMYK
RGB Variations
Color information
#F019AA (or 0xF019AA) is known color: Spicy Pink. HEX triplet: F0, 19 and AA. RGB value is (240,25,170). Sum of RGB (Red+Green+Blue) = 240+25+170=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F019AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019AA is #0FE655. Grayscale: #696969. Windows color (decimal): -1042006 or 11147760. OLE color: 11147760.
HSL color Cylindrical-coordinate representation of color #F019AA: hue angle of 319.53º 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 #F019AA is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 170 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.06 |
| HSL | 319.53º | 0.88% | 0.52% | - |
| HSV(B) | 319.53º | 0.9% | 0.94% | - |
| XYZ | 43.54 | 22.12 | 40.01 | - |
| YUV | 105.82 | 164.23 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 170 | 0 | 0.90 | 0.29 | 0.06 | 319.53 | 0.88 | 0.52 |
| Hex | F0 | 19 | AA | 0 | 5A | 1D | 6 | 140 | 58 | 34 |
| Octal | 360 | 31 | 252 | 0 | 132 | 35 | 6 | 500 | 130 | 64 |
| Binary | 11110000 | 11001 | 10101010 | 0 | 1011010 | 11101 | 110 | 101000000 | 1011000 | 110100 |
Color Harmonies of #F019AA
Complementary color
Monochromatic Colors of #F019AA
Black with #F019AA
Text Example
Text Example
White with #F019AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019AA; }
p { color: rgb(240,25,170); }
H1.HeaderClassName
{
color: #F019AA;
}
.AnyTagClassName
{
color: #F019AA;
}
</style>
background-color css
<style>
a { background-color: #F019AA; }
a { background-color: rgb(240,25,170); }
div.DivClassName
{
background-color: #F019AA;
}
.BgClassName
{
background-color: #F019AA;
}
</style>
border-color css
<style>
span { border-color: #F019AA; }
span { border-color: rgb(240,25,170); }
td.TdClassName
{
border-color: #F019AA;
}
.TagClassName
{
border-color: #F019AA;
}
</style>