Shades of Spicy Pink #F016A6
Tints of Spicy Pink #F016A6
RGB
CMYK
RGB Variations
Color information
#F016A6 (or 0xF016A6) is known color: Spicy Pink. HEX triplet: F0, 16 and A6. RGB value is (240,22,166). Sum of RGB (Red+Green+Blue) = 240+22+166=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F016A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F016A6 is #0FE959. Grayscale: #676767. Windows color (decimal): -1042778 or 10884848. OLE color: 10884848.
HSL color Cylindrical-coordinate representation of color #F016A6: hue angle of 320.37º 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 #F016A6 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 166 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.06 |
| HSL | 320.37º | 0.88% | 0.51% | - |
| HSV(B) | 320.37º | 0.91% | 0.94% | - |
| XYZ | 43.11 | 21.85 | 38.02 | - |
| YUV | 103.6 | 163.22 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 166 | 0 | 0.91 | 0.31 | 0.06 | 320.37 | 0.88 | 0.51 |
| Hex | F0 | 16 | A6 | 0 | 5B | 1F | 6 | 140 | 58 | 33 |
| Octal | 360 | 26 | 246 | 0 | 133 | 37 | 6 | 500 | 130 | 63 |
| Binary | 11110000 | 10110 | 10100110 | 0 | 1011011 | 11111 | 110 | 101000000 | 1011000 | 110011 |
Color Harmonies of #F016A6
Complementary color
Monochromatic Colors of #F016A6
Black with #F016A6
Text Example
Text Example
White with #F016A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016A6; }
p { color: rgb(240,22,166); }
H1.HeaderClassName
{
color: #F016A6;
}
.AnyTagClassName
{
color: #F016A6;
}
</style>
background-color css
<style>
a { background-color: #F016A6; }
a { background-color: rgb(240,22,166); }
div.DivClassName
{
background-color: #F016A6;
}
.BgClassName
{
background-color: #F016A6;
}
</style>
border-color css
<style>
span { border-color: #F016A6; }
span { border-color: rgb(240,22,166); }
td.TdClassName
{
border-color: #F016A6;
}
.TagClassName
{
border-color: #F016A6;
}
</style>