Shades of Deep Pink #FF119B
Tints of Deep Pink #FF119B
RGB
CMYK
RGB Variations
Color information
#FF119B (or 0xFF119B) is known color: Deep Pink. HEX triplet: FF, 11 and 9B. RGB value is (255,17,155). Sum of RGB (Red+Green+Blue) = 255+17+155=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF119B is #00EE64. Grayscale: #676767. Windows color (decimal): -61029 or 10162687. OLE color: 10162687.
HSL color Cylindrical-coordinate representation of color #FF119B: hue angle of 325.21º 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 #FF119B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 155 | - |
| CMYK | 0 | 0.93 | 0.39 | 0 |
| HSL | 325.21º | 1% | 0.53% | - |
| HSV(B) | 325.21º | 0.93% | 1% | - |
| XYZ | 47.36 | 24.03 | 33.15 | - |
| YUV | 103.89 | 156.85 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 155 | 0 | 0.93 | 0.39 | 0 | 325.21 | 1 | 0.53 |
| Hex | FF | 11 | 9B | 0 | 5D | 27 | 0 | 145 | 64 | 35 |
| Octal | 377 | 21 | 233 | 0 | 135 | 47 | 0 | 505 | 144 | 65 |
| Binary | 11111111 | 10001 | 10011011 | 0 | 1011101 | 100111 | 0 | 101000101 | 1100100 | 110101 |
Color Harmonies of #FF119B
Complementary color
Monochromatic Colors of #FF119B
Black with #FF119B
Text Example
Text Example
White with #FF119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF119B; }
p { color: rgb(255,17,155); }
H1.HeaderClassName
{
color: #FF119B;
}
.AnyTagClassName
{
color: #FF119B;
}
</style>
background-color css
<style>
a { background-color: #FF119B; }
a { background-color: rgb(255,17,155); }
div.DivClassName
{
background-color: #FF119B;
}
.BgClassName
{
background-color: #FF119B;
}
</style>
border-color css
<style>
span { border-color: #FF119B; }
span { border-color: rgb(255,17,155); }
td.TdClassName
{
border-color: #FF119B;
}
.TagClassName
{
border-color: #FF119B;
}
</style>