Shades of Deep Pink #FF118F
Tints of Deep Pink #FF118F
RGB
CMYK
RGB Variations
Color information
#FF118F (or 0xFF118F) is known color: Deep Pink. HEX triplet: FF, 11 and 8F. RGB value is (255,17,143). Sum of RGB (Red+Green+Blue) = 255+17+143=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF118F is #00EE70. Grayscale: #666666. Windows color (decimal): -61041 or 9376255. OLE color: 9376255.
HSL color Cylindrical-coordinate representation of color #FF118F: hue angle of 328.24º 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 #FF118F is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 143 | - |
| CMYK | 0 | 0.93 | 0.44 | 0 |
| HSL | 328.24º | 1% | 0.53% | - |
| HSV(B) | 328.24º | 0.93% | 1% | - |
| XYZ | 46.4 | 23.64 | 28.1 | - |
| YUV | 102.53 | 150.85 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 143 | 0 | 0.93 | 0.44 | 0 | 328.24 | 1 | 0.53 |
| Hex | FF | 11 | 8F | 0 | 5D | 2C | 0 | 148 | 64 | 35 |
| Octal | 377 | 21 | 217 | 0 | 135 | 54 | 0 | 510 | 144 | 65 |
| Binary | 11111111 | 10001 | 10001111 | 0 | 1011101 | 101100 | 0 | 101001000 | 1100100 | 110101 |
Color Harmonies of #FF118F
Complementary color
Monochromatic Colors of #FF118F
Black with #FF118F
Text Example
Text Example
White with #FF118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF118F; }
p { color: rgb(255,17,143); }
H1.HeaderClassName
{
color: #FF118F;
}
.AnyTagClassName
{
color: #FF118F;
}
</style>
background-color css
<style>
a { background-color: #FF118F; }
a { background-color: rgb(255,17,143); }
div.DivClassName
{
background-color: #FF118F;
}
.BgClassName
{
background-color: #FF118F;
}
</style>
border-color css
<style>
span { border-color: #FF118F; }
span { border-color: rgb(255,17,143); }
td.TdClassName
{
border-color: #FF118F;
}
.TagClassName
{
border-color: #FF118F;
}
</style>