Shades of Deep Pink #FF118D
Tints of Deep Pink #FF118D
RGB
CMYK
RGB Variations
Color information
#FF118D (or 0xFF118D) is known color: Deep Pink. HEX triplet: FF, 11 and 8D. RGB value is (255,17,141). Sum of RGB (Red+Green+Blue) = 255+17+141=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF118D is #00EE72. Grayscale: #666666. Windows color (decimal): -61043 or 9245183. OLE color: 9245183.
HSL color Cylindrical-coordinate representation of color #FF118D: hue angle of 328.74º 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 #FF118D is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 141 | - |
| CMYK | 0 | 0.93 | 0.45 | 0 |
| HSL | 328.74º | 1% | 0.53% | - |
| HSV(B) | 328.74º | 0.93% | 1% | - |
| XYZ | 46.25 | 23.58 | 27.31 | - |
| YUV | 102.3 | 149.85 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 141 | 0 | 0.93 | 0.45 | 0 | 328.74 | 1 | 0.53 |
| Hex | FF | 11 | 8D | 0 | 5D | 2D | 0 | 149 | 64 | 35 |
| Octal | 377 | 21 | 215 | 0 | 135 | 55 | 0 | 511 | 144 | 65 |
| Binary | 11111111 | 10001 | 10001101 | 0 | 1011101 | 101101 | 0 | 101001001 | 1100100 | 110101 |
Color Harmonies of #FF118D
Complementary color
Monochromatic Colors of #FF118D
Black with #FF118D
Text Example
Text Example
White with #FF118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF118D; }
p { color: rgb(255,17,141); }
H1.HeaderClassName
{
color: #FF118D;
}
.AnyTagClassName
{
color: #FF118D;
}
</style>
background-color css
<style>
a { background-color: #FF118D; }
a { background-color: rgb(255,17,141); }
div.DivClassName
{
background-color: #FF118D;
}
.BgClassName
{
background-color: #FF118D;
}
</style>
border-color css
<style>
span { border-color: #FF118D; }
span { border-color: rgb(255,17,141); }
td.TdClassName
{
border-color: #FF118D;
}
.TagClassName
{
border-color: #FF118D;
}
</style>