Shades of Spicy Pink #F016B0
Tints of Spicy Pink #F016B0
RGB
CMYK
RGB Variations
Color information
#F016B0 (or 0xF016B0) is known color: Spicy Pink. HEX triplet: F0, 16 and B0. RGB value is (240,22,176). Sum of RGB (Red+Green+Blue) = 240+22+176=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F016B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F016B0 is #0FE94F. Grayscale: #686868. Windows color (decimal): -1042768 or 11540208. OLE color: 11540208.
HSL color Cylindrical-coordinate representation of color #F016B0: hue angle of 317.61º 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 #F016B0 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 176 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.06 |
| HSL | 317.61º | 0.88% | 0.51% | - |
| HSV(B) | 317.61º | 0.91% | 0.94% | - |
| XYZ | 44.06 | 22.23 | 43.04 | - |
| YUV | 104.74 | 168.22 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 176 | 0 | 0.91 | 0.27 | 0.06 | 317.61 | 0.88 | 0.51 |
| Hex | F0 | 16 | B0 | 0 | 5B | 1B | 6 | 13E | 58 | 33 |
| Octal | 360 | 26 | 260 | 0 | 133 | 33 | 6 | 476 | 130 | 63 |
| Binary | 11110000 | 10110 | 10110000 | 0 | 1011011 | 11011 | 110 | 100111110 | 1011000 | 110011 |
Color Harmonies of #F016B0
Complementary color
Monochromatic Colors of #F016B0
Black with #F016B0
Text Example
Text Example
White with #F016B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016B0; }
p { color: rgb(240,22,176); }
H1.HeaderClassName
{
color: #F016B0;
}
.AnyTagClassName
{
color: #F016B0;
}
</style>
background-color css
<style>
a { background-color: #F016B0; }
a { background-color: rgb(240,22,176); }
div.DivClassName
{
background-color: #F016B0;
}
.BgClassName
{
background-color: #F016B0;
}
</style>
border-color css
<style>
span { border-color: #F016B0; }
span { border-color: rgb(240,22,176); }
td.TdClassName
{
border-color: #F016B0;
}
.TagClassName
{
border-color: #F016B0;
}
</style>