Shades of Deep Pink #FF118A
Tints of Deep Pink #FF118A
RGB
CMYK
RGB Variations
Color information
#FF118A (or 0xFF118A) is known color: Deep Pink. HEX triplet: FF, 11 and 8A. RGB value is (255,17,138). Sum of RGB (Red+Green+Blue) = 255+17+138=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF118A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF118A is #00EE75. Grayscale: #656565. Windows color (decimal): -61046 or 9048575. OLE color: 9048575.
HSL color Cylindrical-coordinate representation of color #FF118A: hue angle of 329.5º 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 #FF118A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 138 | - |
| CMYK | 0 | 0.93 | 0.46 | 0 |
| HSL | 329.5º | 1% | 0.53% | - |
| HSV(B) | 329.5º | 0.93% | 1% | - |
| XYZ | 46.03 | 23.5 | 26.15 | - |
| YUV | 101.96 | 148.35 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 138 | 0 | 0.93 | 0.46 | 0 | 329.5 | 1 | 0.53 |
| Hex | FF | 11 | 8A | 0 | 5D | 2E | 0 | 149 | 64 | 35 |
| Octal | 377 | 21 | 212 | 0 | 135 | 56 | 0 | 511 | 144 | 65 |
| Binary | 11111111 | 10001 | 10001010 | 0 | 1011101 | 101110 | 0 | 101001001 | 1100100 | 110101 |
Color Harmonies of #FF118A
Complementary color
Monochromatic Colors of #FF118A
Black with #FF118A
Text Example
Text Example
White with #FF118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF118A; }
p { color: rgb(255,17,138); }
H1.HeaderClassName
{
color: #FF118A;
}
.AnyTagClassName
{
color: #FF118A;
}
</style>
background-color css
<style>
a { background-color: #FF118A; }
a { background-color: rgb(255,17,138); }
div.DivClassName
{
background-color: #FF118A;
}
.BgClassName
{
background-color: #FF118A;
}
</style>
border-color css
<style>
span { border-color: #FF118A; }
span { border-color: rgb(255,17,138); }
td.TdClassName
{
border-color: #FF118A;
}
.TagClassName
{
border-color: #FF118A;
}
</style>