Shades of Spicy Pink #F014A6
Tints of Spicy Pink #F014A6
RGB
CMYK
RGB Variations
Color information
#F014A6 (or 0xF014A6) is known color: Spicy Pink. HEX triplet: F0, 14 and A6. RGB value is (240,20,166). Sum of RGB (Red+Green+Blue) = 240+20+166=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F014A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014A6 is #0FEB59. Grayscale: #666666. Windows color (decimal): -1043290 or 10884336. OLE color: 10884336.
HSL color Cylindrical-coordinate representation of color #F014A6: hue angle of 320.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014A6 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 166 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.06 |
| HSL | 320.18º | 0.88% | 0.51% | - |
| HSV(B) | 320.18º | 0.92% | 0.94% | - |
| XYZ | 43.07 | 21.78 | 38.01 | - |
| YUV | 102.42 | 163.89 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 166 | 0 | 0.92 | 0.31 | 0.06 | 320.18 | 0.88 | 0.51 |
| Hex | F0 | 14 | A6 | 0 | 5C | 1F | 6 | 140 | 58 | 33 |
| Octal | 360 | 24 | 246 | 0 | 134 | 37 | 6 | 500 | 130 | 63 |
| Binary | 11110000 | 10100 | 10100110 | 0 | 1011100 | 11111 | 110 | 101000000 | 1011000 | 110011 |
Color Harmonies of #F014A6
Complementary color
Monochromatic Colors of #F014A6
Black with #F014A6
Text Example
Text Example
White with #F014A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014A6; }
p { color: rgb(240,20,166); }
H1.HeaderClassName
{
color: #F014A6;
}
.AnyTagClassName
{
color: #F014A6;
}
</style>
background-color css
<style>
a { background-color: #F014A6; }
a { background-color: rgb(240,20,166); }
div.DivClassName
{
background-color: #F014A6;
}
.BgClassName
{
background-color: #F014A6;
}
</style>
border-color css
<style>
span { border-color: #F014A6; }
span { border-color: rgb(240,20,166); }
td.TdClassName
{
border-color: #F014A6;
}
.TagClassName
{
border-color: #F014A6;
}
</style>