Shades of Deep Pink #FF11A0
Tints of Deep Pink #FF11A0
RGB
CMYK
RGB Variations
Color information
#FF11A0 (or 0xFF11A0) is known color: Deep Pink. HEX triplet: FF, 11 and A0. RGB value is (255,17,160). Sum of RGB (Red+Green+Blue) = 255+17+160=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11A0 is #00EE5F. Grayscale: #686868. Windows color (decimal): -61024 or 10490367. OLE color: 10490367.
HSL color Cylindrical-coordinate representation of color #FF11A0: hue angle of 323.95º 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 #FF11A0 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 160 | - |
| CMYK | 0 | 0.93 | 0.37 | 0 |
| HSL | 323.95º | 1% | 0.53% | - |
| HSV(B) | 323.95º | 0.93% | 1% | - |
| XYZ | 47.79 | 24.2 | 35.41 | - |
| YUV | 104.46 | 159.35 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 160 | 0 | 0.93 | 0.37 | 0 | 323.95 | 1 | 0.53 |
| Hex | FF | 11 | A0 | 0 | 5D | 25 | 0 | 144 | 64 | 35 |
| Octal | 377 | 21 | 240 | 0 | 135 | 45 | 0 | 504 | 144 | 65 |
| Binary | 11111111 | 10001 | 10100000 | 0 | 1011101 | 100101 | 0 | 101000100 | 1100100 | 110101 |
Color Harmonies of #FF11A0
Complementary color
Monochromatic Colors of #FF11A0
Black with #FF11A0
Text Example
Text Example
White with #FF11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11A0; }
p { color: rgb(255,17,160); }
H1.HeaderClassName
{
color: #FF11A0;
}
.AnyTagClassName
{
color: #FF11A0;
}
</style>
background-color css
<style>
a { background-color: #FF11A0; }
a { background-color: rgb(255,17,160); }
div.DivClassName
{
background-color: #FF11A0;
}
.BgClassName
{
background-color: #FF11A0;
}
</style>
border-color css
<style>
span { border-color: #FF11A0; }
span { border-color: rgb(255,17,160); }
td.TdClassName
{
border-color: #FF11A0;
}
.TagClassName
{
border-color: #FF11A0;
}
</style>