Shades of Spicy Pink #F016A1
Tints of Spicy Pink #F016A1
RGB
CMYK
RGB Variations
Color information
#F016A1 (or 0xF016A1) is known color: Spicy Pink. HEX triplet: F0, 16 and A1. RGB value is (240,22,161). Sum of RGB (Red+Green+Blue) = 240+22+161=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F016A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F016A1 is #0FE95E. Grayscale: #666666. Windows color (decimal): -1042783 or 10557168. OLE color: 10557168.
HSL color Cylindrical-coordinate representation of color #F016A1: hue angle of 321.74º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016A1 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 161 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.06 |
| HSL | 321.74º | 0.88% | 0.51% | - |
| HSV(B) | 321.74º | 0.91% | 0.94% | - |
| XYZ | 42.66 | 21.67 | 35.65 | - |
| YUV | 103.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 161 | 0 | 0.91 | 0.33 | 0.06 | 321.74 | 0.88 | 0.51 |
| Hex | F0 | 16 | A1 | 0 | 5B | 21 | 6 | 142 | 58 | 33 |
| Octal | 360 | 26 | 241 | 0 | 133 | 41 | 6 | 502 | 130 | 63 |
| Binary | 11110000 | 10110 | 10100001 | 0 | 1011011 | 100001 | 110 | 101000010 | 1011000 | 110011 |
Color Harmonies of #F016A1
Complementary color
Monochromatic Colors of #F016A1
Black with #F016A1
Text Example
Text Example
White with #F016A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016A1; }
p { color: rgb(240,22,161); }
H1.HeaderClassName
{
color: #F016A1;
}
.AnyTagClassName
{
color: #F016A1;
}
</style>
background-color css
<style>
a { background-color: #F016A1; }
a { background-color: rgb(240,22,161); }
div.DivClassName
{
background-color: #F016A1;
}
.BgClassName
{
background-color: #F016A1;
}
</style>
border-color css
<style>
span { border-color: #F016A1; }
span { border-color: rgb(240,22,161); }
td.TdClassName
{
border-color: #F016A1;
}
.TagClassName
{
border-color: #F016A1;
}
</style>