Shades of Deep Pink #FF118C
Tints of Deep Pink #FF118C
RGB
CMYK
RGB Variations
Color information
#FF118C (or 0xFF118C) is known color: Deep Pink. HEX triplet: FF, 11 and 8C. RGB value is (255,17,140). Sum of RGB (Red+Green+Blue) = 255+17+140=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF118C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF118C is #00EE73. Grayscale: #656565. Windows color (decimal): -61044 or 9179647. OLE color: 9179647.
HSL color Cylindrical-coordinate representation of color #FF118C: hue angle of 328.99º 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 #FF118C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 140 | - |
| CMYK | 0 | 0.93 | 0.45 | 0 |
| HSL | 328.99º | 1% | 0.53% | - |
| HSV(B) | 328.99º | 0.93% | 1% | - |
| XYZ | 46.17 | 23.55 | 26.92 | - |
| YUV | 102.18 | 149.35 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 140 | 0 | 0.93 | 0.45 | 0 | 328.99 | 1 | 0.53 |
| Hex | FF | 11 | 8C | 0 | 5D | 2D | 0 | 149 | 64 | 35 |
| Octal | 377 | 21 | 214 | 0 | 135 | 55 | 0 | 511 | 144 | 65 |
| Binary | 11111111 | 10001 | 10001100 | 0 | 1011101 | 101101 | 0 | 101001001 | 1100100 | 110101 |
Color Harmonies of #FF118C
Complementary color
Monochromatic Colors of #FF118C
Black with #FF118C
Text Example
Text Example
White with #FF118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF118C; }
p { color: rgb(255,17,140); }
H1.HeaderClassName
{
color: #FF118C;
}
.AnyTagClassName
{
color: #FF118C;
}
</style>
background-color css
<style>
a { background-color: #FF118C; }
a { background-color: rgb(255,17,140); }
div.DivClassName
{
background-color: #FF118C;
}
.BgClassName
{
background-color: #FF118C;
}
</style>
border-color css
<style>
span { border-color: #FF118C; }
span { border-color: rgb(255,17,140); }
td.TdClassName
{
border-color: #FF118C;
}
.TagClassName
{
border-color: #FF118C;
}
</style>