Shades of Spicy Pink #F011AC
Tints of Spicy Pink #F011AC
RGB
CMYK
RGB Variations
Color information
#F011AC (or 0xF011AC) is known color: Spicy Pink. HEX triplet: F0, 11 and AC. RGB value is (240,17,172). Sum of RGB (Red+Green+Blue) = 240+17+172=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F011AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011AC is #0FEE53. Grayscale: #646464. Windows color (decimal): -1044052 or 11276784. OLE color: 11276784.
HSL color Cylindrical-coordinate representation of color #F011AC: hue angle of 318.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011AC is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 172 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.06 |
| HSL | 318.3º | 0.88% | 0.5% | - |
| HSV(B) | 318.3º | 0.93% | 0.94% | - |
| XYZ | 43.58 | 21.9 | 40.96 | - |
| YUV | 101.35 | 167.88 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 172 | 0 | 0.93 | 0.28 | 0.06 | 318.3 | 0.88 | 0.5 |
| Hex | F0 | 11 | AC | 0 | 5D | 1C | 6 | 13E | 58 | 32 |
| Octal | 360 | 21 | 254 | 0 | 135 | 34 | 6 | 476 | 130 | 62 |
| Binary | 11110000 | 10001 | 10101100 | 0 | 1011101 | 11100 | 110 | 100111110 | 1011000 | 110010 |
Color Harmonies of #F011AC
Complementary color
Monochromatic Colors of #F011AC
Black with #F011AC
Text Example
Text Example
White with #F011AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011AC; }
p { color: rgb(240,17,172); }
H1.HeaderClassName
{
color: #F011AC;
}
.AnyTagClassName
{
color: #F011AC;
}
</style>
background-color css
<style>
a { background-color: #F011AC; }
a { background-color: rgb(240,17,172); }
div.DivClassName
{
background-color: #F011AC;
}
.BgClassName
{
background-color: #F011AC;
}
</style>
border-color css
<style>
span { border-color: #F011AC; }
span { border-color: rgb(240,17,172); }
td.TdClassName
{
border-color: #F011AC;
}
.TagClassName
{
border-color: #F011AC;
}
</style>