Shades of Spicy Pink #F019A5
Tints of Spicy Pink #F019A5
RGB
CMYK
RGB Variations
Color information
#F019A5 (or 0xF019A5) is known color: Spicy Pink. HEX triplet: F0, 19 and A5. RGB value is (240,25,165). Sum of RGB (Red+Green+Blue) = 240+25+165=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F019A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019A5 is #0FE65A. Grayscale: #686868. Windows color (decimal): -1042011 or 10820080. OLE color: 10820080.
HSL color Cylindrical-coordinate representation of color #F019A5: hue angle of 320.93º 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 #F019A5 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 165 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.06 |
| HSL | 320.93º | 0.88% | 0.52% | - |
| HSV(B) | 320.93º | 0.9% | 0.94% | - |
| XYZ | 43.07 | 21.94 | 37.56 | - |
| YUV | 105.25 | 161.73 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 165 | 0 | 0.90 | 0.31 | 0.06 | 320.93 | 0.88 | 0.52 |
| Hex | F0 | 19 | A5 | 0 | 5A | 1F | 6 | 141 | 58 | 34 |
| Octal | 360 | 31 | 245 | 0 | 132 | 37 | 6 | 501 | 130 | 64 |
| Binary | 11110000 | 11001 | 10100101 | 0 | 1011010 | 11111 | 110 | 101000001 | 1011000 | 110100 |
Color Harmonies of #F019A5
Complementary color
Monochromatic Colors of #F019A5
Black with #F019A5
Text Example
Text Example
White with #F019A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019A5; }
p { color: rgb(240,25,165); }
H1.HeaderClassName
{
color: #F019A5;
}
.AnyTagClassName
{
color: #F019A5;
}
</style>
background-color css
<style>
a { background-color: #F019A5; }
a { background-color: rgb(240,25,165); }
div.DivClassName
{
background-color: #F019A5;
}
.BgClassName
{
background-color: #F019A5;
}
</style>
border-color css
<style>
span { border-color: #F019A5; }
span { border-color: rgb(240,25,165); }
td.TdClassName
{
border-color: #F019A5;
}
.TagClassName
{
border-color: #F019A5;
}
</style>