Shades of Deep Pink #FF1384
Tints of Deep Pink #FF1384
RGB
CMYK
RGB Variations
Color information
#FF1384 (or 0xFF1384) is known color: Deep Pink. HEX triplet: FF, 13 and 84. RGB value is (255,19,132). Sum of RGB (Red+Green+Blue) = 255+19+132=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1384 is #00EC7B. Grayscale: #666666. Windows color (decimal): -60540 or 8655871. OLE color: 8655871.
HSL color Cylindrical-coordinate representation of color #FF1384: hue angle of 331.27º 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 #FF1384 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 132 | - |
| CMYK | 0 | 0.93 | 0.48 | 0 |
| HSL | 331.27º | 1% | 0.54% | - |
| HSV(B) | 331.27º | 0.93% | 1% | - |
| XYZ | 45.64 | 23.39 | 23.94 | - |
| YUV | 102.45 | 144.69 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 132 | 0 | 0.93 | 0.48 | 0 | 331.27 | 1 | 0.54 |
| Hex | FF | 13 | 84 | 0 | 5D | 30 | 0 | 14B | 64 | 36 |
| Octal | 377 | 23 | 204 | 0 | 135 | 60 | 0 | 513 | 144 | 66 |
| Binary | 11111111 | 10011 | 10000100 | 0 | 1011101 | 110000 | 0 | 101001011 | 1100100 | 110110 |
Color Harmonies of #FF1384
Complementary color
Monochromatic Colors of #FF1384
Black with #FF1384
Text Example
Text Example
White with #FF1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1384; }
p { color: rgb(255,19,132); }
H1.HeaderClassName
{
color: #FF1384;
}
.AnyTagClassName
{
color: #FF1384;
}
</style>
background-color css
<style>
a { background-color: #FF1384; }
a { background-color: rgb(255,19,132); }
div.DivClassName
{
background-color: #FF1384;
}
.BgClassName
{
background-color: #FF1384;
}
</style>
border-color css
<style>
span { border-color: #FF1384; }
span { border-color: rgb(255,19,132); }
td.TdClassName
{
border-color: #FF1384;
}
.TagClassName
{
border-color: #FF1384;
}
</style>