Shades of Deep Pink #FF0389
Tints of Deep Pink #FF0389
RGB
CMYK
RGB Variations
Color information
#FF0389 (or 0xFF0389) is known color: Deep Pink. HEX triplet: FF, 03 and 89. RGB value is (255,3,137). Sum of RGB (Red+Green+Blue) = 255+3+137=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0389 is #00FC76. Grayscale: #5D5D5D. Windows color (decimal): -64631 or 8979455. OLE color: 8979455.
HSL color Cylindrical-coordinate representation of color #FF0389: hue angle of 328.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0389 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 137 | - |
| CMYK | 0 | 0.99 | 0.46 | 0 |
| HSL | 328.1º | 1% | 0.51% | - |
| HSV(B) | 328.1º | 0.99% | 1% | - |
| XYZ | 45.79 | 23.13 | 25.72 | - |
| YUV | 93.62 | 152.49 | 243.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 137 | 0 | 0.99 | 0.46 | 0 | 328.1 | 1 | 0.51 |
| Hex | FF | 3 | 89 | 0 | 63 | 2E | 0 | 148 | 64 | 33 |
| Octal | 377 | 3 | 211 | 0 | 143 | 56 | 0 | 510 | 144 | 63 |
| Binary | 11111111 | 11 | 10001001 | 0 | 1100011 | 101110 | 0 | 101001000 | 1100100 | 110011 |
Color Harmonies of #FF0389
Complementary color
Monochromatic Colors of #FF0389
Black with #FF0389
Text Example
Text Example
White with #FF0389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0389; }
p { color: rgb(255,3,137); }
H1.HeaderClassName
{
color: #FF0389;
}
.AnyTagClassName
{
color: #FF0389;
}
</style>
background-color css
<style>
a { background-color: #FF0389; }
a { background-color: rgb(255,3,137); }
div.DivClassName
{
background-color: #FF0389;
}
.BgClassName
{
background-color: #FF0389;
}
</style>
border-color css
<style>
span { border-color: #FF0389; }
span { border-color: rgb(255,3,137); }
td.TdClassName
{
border-color: #FF0389;
}
.TagClassName
{
border-color: #FF0389;
}
</style>