Shades of Deep Pink #FF1399
Tints of Deep Pink #FF1399
RGB
CMYK
RGB Variations
Color information
#FF1399 (or 0xFF1399) is known color: Deep Pink. HEX triplet: FF, 13 and 99. RGB value is (255,19,153). Sum of RGB (Red+Green+Blue) = 255+19+153=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1399 is #00EC66. Grayscale: #686868. Windows color (decimal): -60519 or 10032127. OLE color: 10032127.
HSL color Cylindrical-coordinate representation of color #FF1399: hue angle of 325.93º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1399 is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 153 | - |
| CMYK | 0 | 0.93 | 0.4 | 0 |
| HSL | 325.93º | 1% | 0.54% | - |
| HSV(B) | 325.93º | 0.93% | 1% | - |
| XYZ | 47.22 | 24.03 | 32.29 | - |
| YUV | 104.84 | 155.19 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 153 | 0 | 0.93 | 0.4 | 0 | 325.93 | 1 | 0.54 |
| Hex | FF | 13 | 99 | 0 | 5D | 28 | 0 | 146 | 64 | 36 |
| Octal | 377 | 23 | 231 | 0 | 135 | 50 | 0 | 506 | 144 | 66 |
| Binary | 11111111 | 10011 | 10011001 | 0 | 1011101 | 101000 | 0 | 101000110 | 1100100 | 110110 |
Color Harmonies of #FF1399
Complementary color
Monochromatic Colors of #FF1399
Black with #FF1399
Text Example
Text Example
White with #FF1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1399; }
p { color: rgb(255,19,153); }
H1.HeaderClassName
{
color: #FF1399;
}
.AnyTagClassName
{
color: #FF1399;
}
</style>
background-color css
<style>
a { background-color: #FF1399; }
a { background-color: rgb(255,19,153); }
div.DivClassName
{
background-color: #FF1399;
}
.BgClassName
{
background-color: #FF1399;
}
</style>
border-color css
<style>
span { border-color: #FF1399; }
span { border-color: rgb(255,19,153); }
td.TdClassName
{
border-color: #FF1399;
}
.TagClassName
{
border-color: #FF1399;
}
</style>