Shades of Deep Pink #FF1389
Tints of Deep Pink #FF1389
RGB
CMYK
RGB Variations
Color information
#FF1389 (or 0xFF1389) is known color: Deep Pink. HEX triplet: FF, 13 and 89. RGB value is (255,19,137). Sum of RGB (Red+Green+Blue) = 255+19+137=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1389 is #00EC76. Grayscale: #666666. Windows color (decimal): -60535 or 8983551. OLE color: 8983551.
HSL color Cylindrical-coordinate representation of color #FF1389: hue angle of 330º 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 #FF1389 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 137 | - |
| CMYK | 0 | 0.93 | 0.46 | 0 |
| HSL | 330º | 1% | 0.54% | - |
| HSV(B) | 330º | 0.93% | 1% | - |
| XYZ | 45.99 | 23.53 | 25.79 | - |
| YUV | 103.02 | 147.19 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 137 | 0 | 0.93 | 0.46 | 0 | 330 | 1 | 0.54 |
| Hex | FF | 13 | 89 | 0 | 5D | 2E | 0 | 14A | 64 | 36 |
| Octal | 377 | 23 | 211 | 0 | 135 | 56 | 0 | 512 | 144 | 66 |
| Binary | 11111111 | 10011 | 10001001 | 0 | 1011101 | 101110 | 0 | 101001010 | 1100100 | 110110 |
Color Harmonies of #FF1389
Complementary color
Monochromatic Colors of #FF1389
Black with #FF1389
Text Example
Text Example
White with #FF1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1389; }
p { color: rgb(255,19,137); }
H1.HeaderClassName
{
color: #FF1389;
}
.AnyTagClassName
{
color: #FF1389;
}
</style>
background-color css
<style>
a { background-color: #FF1389; }
a { background-color: rgb(255,19,137); }
div.DivClassName
{
background-color: #FF1389;
}
.BgClassName
{
background-color: #FF1389;
}
</style>
border-color css
<style>
span { border-color: #FF1389; }
span { border-color: rgb(255,19,137); }
td.TdClassName
{
border-color: #FF1389;
}
.TagClassName
{
border-color: #FF1389;
}
</style>