Shades of Spicy Pink #FF11AD
Tints of Spicy Pink #FF11AD
RGB
CMYK
RGB Variations
Color information
#FF11AD (or 0xFF11AD) is known color: Spicy Pink. HEX triplet: FF, 11 and AD. RGB value is (255,17,173). Sum of RGB (Red+Green+Blue) = 255+17+173=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11AD is #00EE52. Grayscale: #696969. Windows color (decimal): -61011 or 11342335. OLE color: 11342335.
HSL color Cylindrical-coordinate representation of color #FF11AD: hue angle of 320.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11AD is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.32 | 0 |
| HSL | 320.67º | 1% | 0.53% | - |
| HSV(B) | 320.67º | 0.93% | 1% | - |
| XYZ | 48.98 | 24.68 | 41.72 | - |
| YUV | 105.95 | 165.85 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 173 | 0 | 0.93 | 0.32 | 0 | 320.67 | 1 | 0.53 |
| Hex | FF | 11 | AD | 0 | 5D | 20 | 0 | 141 | 64 | 35 |
| Octal | 377 | 21 | 255 | 0 | 135 | 40 | 0 | 501 | 144 | 65 |
| Binary | 11111111 | 10001 | 10101101 | 0 | 1011101 | 100000 | 0 | 101000001 | 1100100 | 110101 |
Color Harmonies of #FF11AD
Complementary color
Monochromatic Colors of #FF11AD
Black with #FF11AD
Text Example
Text Example
White with #FF11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11AD; }
p { color: rgb(255,17,173); }
H1.HeaderClassName
{
color: #FF11AD;
}
.AnyTagClassName
{
color: #FF11AD;
}
</style>
background-color css
<style>
a { background-color: #FF11AD; }
a { background-color: rgb(255,17,173); }
div.DivClassName
{
background-color: #FF11AD;
}
.BgClassName
{
background-color: #FF11AD;
}
</style>
border-color css
<style>
span { border-color: #FF11AD; }
span { border-color: rgb(255,17,173); }
td.TdClassName
{
border-color: #FF11AD;
}
.TagClassName
{
border-color: #FF11AD;
}
</style>