Shades of Spicy Pink #F019B2
Tints of Spicy Pink #F019B2
RGB
CMYK
RGB Variations
Color information
#F019B2 (or 0xF019B2) is known color: Spicy Pink. HEX triplet: F0, 19 and B2. RGB value is (240,25,178). Sum of RGB (Red+Green+Blue) = 240+25+178=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F019B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F019B2 is #0FE64D. Grayscale: #6A6A6A. Windows color (decimal): -1041998 or 11672048. OLE color: 11672048.
HSL color Cylindrical-coordinate representation of color #F019B2: hue angle of 317.3º 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 #F019B2 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 178 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.06 |
| HSL | 317.3º | 0.88% | 0.52% | - |
| HSV(B) | 317.3º | 0.9% | 0.94% | - |
| XYZ | 44.32 | 22.43 | 44.11 | - |
| YUV | 106.73 | 168.23 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 178 | 0 | 0.90 | 0.26 | 0.06 | 317.3 | 0.88 | 0.52 |
| Hex | F0 | 19 | B2 | 0 | 5A | 1A | 6 | 13D | 58 | 34 |
| Octal | 360 | 31 | 262 | 0 | 132 | 32 | 6 | 475 | 130 | 64 |
| Binary | 11110000 | 11001 | 10110010 | 0 | 1011010 | 11010 | 110 | 100111101 | 1011000 | 110100 |
Color Harmonies of #F019B2
Complementary color
Monochromatic Colors of #F019B2
Black with #F019B2
Text Example
Text Example
White with #F019B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019B2; }
p { color: rgb(240,25,178); }
H1.HeaderClassName
{
color: #F019B2;
}
.AnyTagClassName
{
color: #F019B2;
}
</style>
background-color css
<style>
a { background-color: #F019B2; }
a { background-color: rgb(240,25,178); }
div.DivClassName
{
background-color: #F019B2;
}
.BgClassName
{
background-color: #F019B2;
}
</style>
border-color css
<style>
span { border-color: #F019B2; }
span { border-color: rgb(240,25,178); }
td.TdClassName
{
border-color: #F019B2;
}
.TagClassName
{
border-color: #F019B2;
}
</style>