Shades of Spicy Pink #F019AD
Tints of Spicy Pink #F019AD
RGB
CMYK
RGB Variations
Color information
#F019AD (or 0xF019AD) is known color: Spicy Pink. HEX triplet: F0, 19 and AD. RGB value is (240,25,173). Sum of RGB (Red+Green+Blue) = 240+25+173=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F019AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019AD is #0FE652. Grayscale: #696969. Windows color (decimal): -1042003 or 11344368. OLE color: 11344368.
HSL color Cylindrical-coordinate representation of color #F019AD: hue angle of 318.7º 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 #F019AD is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 173 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.06 |
| HSL | 318.7º | 0.88% | 0.52% | - |
| HSV(B) | 318.7º | 0.9% | 0.94% | - |
| XYZ | 43.83 | 22.24 | 41.52 | - |
| YUV | 106.16 | 165.73 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 173 | 0 | 0.90 | 0.28 | 0.06 | 318.7 | 0.88 | 0.52 |
| Hex | F0 | 19 | AD | 0 | 5A | 1C | 6 | 13F | 58 | 34 |
| Octal | 360 | 31 | 255 | 0 | 132 | 34 | 6 | 477 | 130 | 64 |
| Binary | 11110000 | 11001 | 10101101 | 0 | 1011010 | 11100 | 110 | 100111111 | 1011000 | 110100 |
Color Harmonies of #F019AD
Complementary color
Monochromatic Colors of #F019AD
Black with #F019AD
Text Example
Text Example
White with #F019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019AD; }
p { color: rgb(240,25,173); }
H1.HeaderClassName
{
color: #F019AD;
}
.AnyTagClassName
{
color: #F019AD;
}
</style>
background-color css
<style>
a { background-color: #F019AD; }
a { background-color: rgb(240,25,173); }
div.DivClassName
{
background-color: #F019AD;
}
.BgClassName
{
background-color: #F019AD;
}
</style>
border-color css
<style>
span { border-color: #F019AD; }
span { border-color: rgb(240,25,173); }
td.TdClassName
{
border-color: #F019AD;
}
.TagClassName
{
border-color: #F019AD;
}
</style>