Shades of Spicy Pink #F016A2
Tints of Spicy Pink #F016A2
RGB
CMYK
RGB Variations
Color information
#F016A2 (or 0xF016A2) is known color: Spicy Pink. HEX triplet: F0, 16 and A2. RGB value is (240,22,162). Sum of RGB (Red+Green+Blue) = 240+22+162=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F016A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F016A2 is #0FE95D. Grayscale: #666666. Windows color (decimal): -1042782 or 10622704. OLE color: 10622704.
HSL color Cylindrical-coordinate representation of color #F016A2: hue angle of 321.47º 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 #F016A2 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 162 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.06 |
| HSL | 321.47º | 0.88% | 0.51% | - |
| HSV(B) | 321.47º | 0.91% | 0.94% | - |
| XYZ | 42.74 | 21.71 | 36.12 | - |
| YUV | 103.14 | 161.22 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 162 | 0 | 0.91 | 0.32 | 0.06 | 321.47 | 0.88 | 0.51 |
| Hex | F0 | 16 | A2 | 0 | 5B | 20 | 6 | 141 | 58 | 33 |
| Octal | 360 | 26 | 242 | 0 | 133 | 40 | 6 | 501 | 130 | 63 |
| Binary | 11110000 | 10110 | 10100010 | 0 | 1011011 | 100000 | 110 | 101000001 | 1011000 | 110011 |
Color Harmonies of #F016A2
Complementary color
Monochromatic Colors of #F016A2
Black with #F016A2
Text Example
Text Example
White with #F016A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016A2; }
p { color: rgb(240,22,162); }
H1.HeaderClassName
{
color: #F016A2;
}
.AnyTagClassName
{
color: #F016A2;
}
</style>
background-color css
<style>
a { background-color: #F016A2; }
a { background-color: rgb(240,22,162); }
div.DivClassName
{
background-color: #F016A2;
}
.BgClassName
{
background-color: #F016A2;
}
</style>
border-color css
<style>
span { border-color: #F016A2; }
span { border-color: rgb(240,22,162); }
td.TdClassName
{
border-color: #F016A2;
}
.TagClassName
{
border-color: #F016A2;
}
</style>