Shades of Deep Pink #FF1188
Tints of Deep Pink #FF1188
RGB
CMYK
RGB Variations
Color information
#FF1188 (or 0xFF1188) is known color: Deep Pink. HEX triplet: FF, 11 and 88. RGB value is (255,17,136). Sum of RGB (Red+Green+Blue) = 255+17+136=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1188 is #00EE77. Grayscale: #656565. Windows color (decimal): -61048 or 8917503. OLE color: 8917503.
HSL color Cylindrical-coordinate representation of color #FF1188: hue angle of 330º 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 #FF1188 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 136 | - |
| CMYK | 0 | 0.93 | 0.47 | 0 |
| HSL | 330º | 1% | 0.53% | - |
| HSV(B) | 330º | 0.93% | 1% | - |
| XYZ | 45.88 | 23.44 | 25.4 | - |
| YUV | 101.73 | 147.35 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 136 | 0 | 0.93 | 0.47 | 0 | 330 | 1 | 0.53 |
| Hex | FF | 11 | 88 | 0 | 5D | 2F | 0 | 14A | 64 | 35 |
| Octal | 377 | 21 | 210 | 0 | 135 | 57 | 0 | 512 | 144 | 65 |
| Binary | 11111111 | 10001 | 10001000 | 0 | 1011101 | 101111 | 0 | 101001010 | 1100100 | 110101 |
Color Harmonies of #FF1188
Complementary color
Monochromatic Colors of #FF1188
Black with #FF1188
Text Example
Text Example
White with #FF1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1188; }
p { color: rgb(255,17,136); }
H1.HeaderClassName
{
color: #FF1188;
}
.AnyTagClassName
{
color: #FF1188;
}
</style>
background-color css
<style>
a { background-color: #FF1188; }
a { background-color: rgb(255,17,136); }
div.DivClassName
{
background-color: #FF1188;
}
.BgClassName
{
background-color: #FF1188;
}
</style>
border-color css
<style>
span { border-color: #FF1188; }
span { border-color: rgb(255,17,136); }
td.TdClassName
{
border-color: #FF1188;
}
.TagClassName
{
border-color: #FF1188;
}
</style>