Shades of Deep Pink #FF119E
Tints of Deep Pink #FF119E
RGB
CMYK
RGB Variations
Color information
#FF119E (or 0xFF119E) is known color: Deep Pink. HEX triplet: FF, 11 and 9E. RGB value is (255,17,158). Sum of RGB (Red+Green+Blue) = 255+17+158=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF119E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF119E is #00EE61. Grayscale: #676767. Windows color (decimal): -61026 or 10359295. OLE color: 10359295.
HSL color Cylindrical-coordinate representation of color #FF119E: hue angle of 324.45º 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 #FF119E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 158 | - |
| CMYK | 0 | 0.93 | 0.38 | 0 |
| HSL | 324.45º | 1% | 0.53% | - |
| HSV(B) | 324.45º | 0.93% | 1% | - |
| XYZ | 47.61 | 24.13 | 34.5 | - |
| YUV | 104.24 | 158.35 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 158 | 0 | 0.93 | 0.38 | 0 | 324.45 | 1 | 0.53 |
| Hex | FF | 11 | 9E | 0 | 5D | 26 | 0 | 144 | 64 | 35 |
| Octal | 377 | 21 | 236 | 0 | 135 | 46 | 0 | 504 | 144 | 65 |
| Binary | 11111111 | 10001 | 10011110 | 0 | 1011101 | 100110 | 0 | 101000100 | 1100100 | 110101 |
Color Harmonies of #FF119E
Complementary color
Monochromatic Colors of #FF119E
Black with #FF119E
Text Example
Text Example
White with #FF119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF119E; }
p { color: rgb(255,17,158); }
H1.HeaderClassName
{
color: #FF119E;
}
.AnyTagClassName
{
color: #FF119E;
}
</style>
background-color css
<style>
a { background-color: #FF119E; }
a { background-color: rgb(255,17,158); }
div.DivClassName
{
background-color: #FF119E;
}
.BgClassName
{
background-color: #FF119E;
}
</style>
border-color css
<style>
span { border-color: #FF119E; }
span { border-color: rgb(255,17,158); }
td.TdClassName
{
border-color: #FF119E;
}
.TagClassName
{
border-color: #FF119E;
}
</style>