Shades of Spicy Pink #F012AC
Tints of Spicy Pink #F012AC
RGB
CMYK
RGB Variations
Color information
#F012AC (or 0xF012AC) is known color: Spicy Pink. HEX triplet: F0, 12 and AC. RGB value is (240,18,172). Sum of RGB (Red+Green+Blue) = 240+18+172=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F012AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F012AC is #0FED53. Grayscale: #656565. Windows color (decimal): -1043796 or 11277040. OLE color: 11277040.
HSL color Cylindrical-coordinate representation of color #F012AC: hue angle of 318.38º 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 #F012AC is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 172 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.06 |
| HSL | 318.38º | 0.88% | 0.51% | - |
| HSV(B) | 318.38º | 0.93% | 0.94% | - |
| XYZ | 43.6 | 21.94 | 40.97 | - |
| YUV | 101.93 | 167.55 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 172 | 0 | 0.92 | 0.28 | 0.06 | 318.38 | 0.88 | 0.51 |
| Hex | F0 | 12 | AC | 0 | 5C | 1C | 6 | 13E | 58 | 33 |
| Octal | 360 | 22 | 254 | 0 | 134 | 34 | 6 | 476 | 130 | 63 |
| Binary | 11110000 | 10010 | 10101100 | 0 | 1011100 | 11100 | 110 | 100111110 | 1011000 | 110011 |
Color Harmonies of #F012AC
Complementary color
Monochromatic Colors of #F012AC
Black with #F012AC
Text Example
Text Example
White with #F012AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012AC; }
p { color: rgb(240,18,172); }
H1.HeaderClassName
{
color: #F012AC;
}
.AnyTagClassName
{
color: #F012AC;
}
</style>
background-color css
<style>
a { background-color: #F012AC; }
a { background-color: rgb(240,18,172); }
div.DivClassName
{
background-color: #F012AC;
}
.BgClassName
{
background-color: #F012AC;
}
</style>
border-color css
<style>
span { border-color: #F012AC; }
span { border-color: rgb(240,18,172); }
td.TdClassName
{
border-color: #F012AC;
}
.TagClassName
{
border-color: #F012AC;
}
</style>