Shades of Spicy Pink #F011AE
Tints of Spicy Pink #F011AE
RGB
CMYK
RGB Variations
Color information
#F011AE (or 0xF011AE) is known color: Spicy Pink. HEX triplet: F0, 11 and AE. RGB value is (240,17,174). Sum of RGB (Red+Green+Blue) = 240+17+174=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F011AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011AE is #0FEE51. Grayscale: #656565. Windows color (decimal): -1044050 or 11407856. OLE color: 11407856.
HSL color Cylindrical-coordinate representation of color #F011AE: hue angle of 317.76º 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 #F011AE is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 174 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.06 |
| HSL | 317.76º | 0.88% | 0.5% | - |
| HSV(B) | 317.76º | 0.93% | 0.94% | - |
| XYZ | 43.78 | 21.98 | 41.98 | - |
| YUV | 101.58 | 168.88 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 174 | 0 | 0.93 | 0.28 | 0.06 | 317.76 | 0.88 | 0.5 |
| Hex | F0 | 11 | AE | 0 | 5D | 1C | 6 | 13E | 58 | 32 |
| Octal | 360 | 21 | 256 | 0 | 135 | 34 | 6 | 476 | 130 | 62 |
| Binary | 11110000 | 10001 | 10101110 | 0 | 1011101 | 11100 | 110 | 100111110 | 1011000 | 110010 |
Color Harmonies of #F011AE
Complementary color
Monochromatic Colors of #F011AE
Black with #F011AE
Text Example
Text Example
White with #F011AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011AE; }
p { color: rgb(240,17,174); }
H1.HeaderClassName
{
color: #F011AE;
}
.AnyTagClassName
{
color: #F011AE;
}
</style>
background-color css
<style>
a { background-color: #F011AE; }
a { background-color: rgb(240,17,174); }
div.DivClassName
{
background-color: #F011AE;
}
.BgClassName
{
background-color: #F011AE;
}
</style>
border-color css
<style>
span { border-color: #F011AE; }
span { border-color: rgb(240,17,174); }
td.TdClassName
{
border-color: #F011AE;
}
.TagClassName
{
border-color: #F011AE;
}
</style>