Shades of Spicy Pink #F011AD
Tints of Spicy Pink #F011AD
RGB
CMYK
RGB Variations
Color information
#F011AD (or 0xF011AD) is known color: Spicy Pink. HEX triplet: F0, 11 and AD. RGB value is (240,17,173). Sum of RGB (Red+Green+Blue) = 240+17+173=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F011AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011AD is #0FEE52. Grayscale: #656565. Windows color (decimal): -1044051 or 11342320. OLE color: 11342320.
HSL color Cylindrical-coordinate representation of color #F011AD: hue angle of 318.03º 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 #F011AD is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.06 |
| HSL | 318.03º | 0.88% | 0.5% | - |
| HSV(B) | 318.03º | 0.93% | 0.94% | - |
| XYZ | 43.68 | 21.94 | 41.47 | - |
| YUV | 101.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 173 | 0 | 0.93 | 0.28 | 0.06 | 318.03 | 0.88 | 0.5 |
| Hex | F0 | 11 | AD | 0 | 5D | 1C | 6 | 13E | 58 | 32 |
| Octal | 360 | 21 | 255 | 0 | 135 | 34 | 6 | 476 | 130 | 62 |
| Binary | 11110000 | 10001 | 10101101 | 0 | 1011101 | 11100 | 110 | 100111110 | 1011000 | 110010 |
Color Harmonies of #F011AD
Complementary color
Monochromatic Colors of #F011AD
Black with #F011AD
Text Example
Text Example
White with #F011AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011AD; }
p { color: rgb(240,17,173); }
H1.HeaderClassName
{
color: #F011AD;
}
.AnyTagClassName
{
color: #F011AD;
}
</style>
background-color css
<style>
a { background-color: #F011AD; }
a { background-color: rgb(240,17,173); }
div.DivClassName
{
background-color: #F011AD;
}
.BgClassName
{
background-color: #F011AD;
}
</style>
border-color css
<style>
span { border-color: #F011AD; }
span { border-color: rgb(240,17,173); }
td.TdClassName
{
border-color: #F011AD;
}
.TagClassName
{
border-color: #F011AD;
}
</style>