Shades of Deep Pink #FF1199
Tints of Deep Pink #FF1199
RGB
CMYK
RGB Variations
Color information
#FF1199 (or 0xFF1199) is known color: Deep Pink. HEX triplet: FF, 11 and 99. RGB value is (255,17,153). Sum of RGB (Red+Green+Blue) = 255+17+153=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1199 is #00EE66. Grayscale: #676767. Windows color (decimal): -61031 or 10031615. OLE color: 10031615.
HSL color Cylindrical-coordinate representation of color #FF1199: hue angle of 325.71º 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 #FF1199 is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 153 | - |
| CMYK | 0 | 0.93 | 0.4 | 0 |
| HSL | 325.71º | 1% | 0.53% | - |
| HSV(B) | 325.71º | 0.93% | 1% | - |
| XYZ | 47.19 | 23.96 | 32.27 | - |
| YUV | 103.67 | 155.85 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 153 | 0 | 0.93 | 0.4 | 0 | 325.71 | 1 | 0.53 |
| Hex | FF | 11 | 99 | 0 | 5D | 28 | 0 | 146 | 64 | 35 |
| Octal | 377 | 21 | 231 | 0 | 135 | 50 | 0 | 506 | 144 | 65 |
| Binary | 11111111 | 10001 | 10011001 | 0 | 1011101 | 101000 | 0 | 101000110 | 1100100 | 110101 |
Color Harmonies of #FF1199
Complementary color
Monochromatic Colors of #FF1199
Black with #FF1199
Text Example
Text Example
White with #FF1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1199; }
p { color: rgb(255,17,153); }
H1.HeaderClassName
{
color: #FF1199;
}
.AnyTagClassName
{
color: #FF1199;
}
</style>
background-color css
<style>
a { background-color: #FF1199; }
a { background-color: rgb(255,17,153); }
div.DivClassName
{
background-color: #FF1199;
}
.BgClassName
{
background-color: #FF1199;
}
</style>
border-color css
<style>
span { border-color: #FF1199; }
span { border-color: rgb(255,17,153); }
td.TdClassName
{
border-color: #FF1199;
}
.TagClassName
{
border-color: #FF1199;
}
</style>