Shades of Spicy Pink #F012AB
Tints of Spicy Pink #F012AB
RGB
CMYK
RGB Variations
Color information
#F012AB (or 0xF012AB) is known color: Spicy Pink. HEX triplet: F0, 12 and AB. RGB value is (240,18,171). Sum of RGB (Red+Green+Blue) = 240+18+171=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F012AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F012AB is #0FED54. Grayscale: #656565. Windows color (decimal): -1043797 or 11211504. OLE color: 11211504.
HSL color Cylindrical-coordinate representation of color #F012AB: hue angle of 318.65º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012AB is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 171 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.06 |
| HSL | 318.65º | 0.88% | 0.51% | - |
| HSV(B) | 318.65º | 0.93% | 0.94% | - |
| XYZ | 43.5 | 21.9 | 40.46 | - |
| YUV | 101.82 | 167.05 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 171 | 0 | 0.92 | 0.29 | 0.06 | 318.65 | 0.88 | 0.51 |
| Hex | F0 | 12 | AB | 0 | 5C | 1D | 6 | 13F | 58 | 33 |
| Octal | 360 | 22 | 253 | 0 | 134 | 35 | 6 | 477 | 130 | 63 |
| Binary | 11110000 | 10010 | 10101011 | 0 | 1011100 | 11101 | 110 | 100111111 | 1011000 | 110011 |
Color Harmonies of #F012AB
Complementary color
Monochromatic Colors of #F012AB
Black with #F012AB
Text Example
Text Example
White with #F012AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012AB; }
p { color: rgb(240,18,171); }
H1.HeaderClassName
{
color: #F012AB;
}
.AnyTagClassName
{
color: #F012AB;
}
</style>
background-color css
<style>
a { background-color: #F012AB; }
a { background-color: rgb(240,18,171); }
div.DivClassName
{
background-color: #F012AB;
}
.BgClassName
{
background-color: #F012AB;
}
</style>
border-color css
<style>
span { border-color: #F012AB; }
span { border-color: rgb(240,18,171); }
td.TdClassName
{
border-color: #F012AB;
}
.TagClassName
{
border-color: #F012AB;
}
</style>