Shades of Deep Pink #FF1189
Tints of Deep Pink #FF1189
RGB
CMYK
RGB Variations
Color information
#FF1189 (or 0xFF1189) is known color: Deep Pink. HEX triplet: FF, 11 and 89. RGB value is (255,17,137). Sum of RGB (Red+Green+Blue) = 255+17+137=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1189 is #00EE76. Grayscale: #656565. Windows color (decimal): -61047 or 8983039. OLE color: 8983039.
HSL color Cylindrical-coordinate representation of color #FF1189: hue angle of 329.75º 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 #FF1189 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.46 | 0 |
| HSL | 329.75º | 1% | 0.53% | - |
| HSV(B) | 329.75º | 0.93% | 1% | - |
| XYZ | 45.96 | 23.47 | 25.77 | - |
| YUV | 101.84 | 147.85 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 137 | 0 | 0.93 | 0.46 | 0 | 329.75 | 1 | 0.53 |
| Hex | FF | 11 | 89 | 0 | 5D | 2E | 0 | 14A | 64 | 35 |
| Octal | 377 | 21 | 211 | 0 | 135 | 56 | 0 | 512 | 144 | 65 |
| Binary | 11111111 | 10001 | 10001001 | 0 | 1011101 | 101110 | 0 | 101001010 | 1100100 | 110101 |
Color Harmonies of #FF1189
Complementary color
Monochromatic Colors of #FF1189
Black with #FF1189
Text Example
Text Example
White with #FF1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1189; }
p { color: rgb(255,17,137); }
H1.HeaderClassName
{
color: #FF1189;
}
.AnyTagClassName
{
color: #FF1189;
}
</style>
background-color css
<style>
a { background-color: #FF1189; }
a { background-color: rgb(255,17,137); }
div.DivClassName
{
background-color: #FF1189;
}
.BgClassName
{
background-color: #FF1189;
}
</style>
border-color css
<style>
span { border-color: #FF1189; }
span { border-color: rgb(255,17,137); }
td.TdClassName
{
border-color: #FF1189;
}
.TagClassName
{
border-color: #FF1189;
}
</style>