Shades of Deep Pink #FF0089
Tints of Deep Pink #FF0089
RGB
CMYK
RGB Variations
Color information
#FF0089 (or 0xFF0089) is known color: Deep Pink. HEX triplet: FF, 00 and 89. RGB value is (255,0,137). Sum of RGB (Red+Green+Blue) = 255+0+137=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0089 is #00FF76. Grayscale: #5B5B5B. Windows color (decimal): -65399 or 8978687. OLE color: 8978687.
HSL color Cylindrical-coordinate representation of color #FF0089: hue angle of 327.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0089 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.46 | 0 |
| HSL | 327.76º | 1% | 0.5% | - |
| HSV(B) | 327.76º | 1% | 1% | - |
| XYZ | 45.76 | 23.07 | 25.71 | - |
| YUV | 91.86 | 153.48 | 244.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 137 | 0 | 1 | 0.46 | 0 | 327.76 | 1 | 0.5 |
| Hex | FF | 0 | 89 | 0 | 64 | 2E | 0 | 148 | 64 | 32 |
| Octal | 377 | 0 | 211 | 0 | 144 | 56 | 0 | 510 | 144 | 62 |
| Binary | 11111111 | 0 | 10001001 | 0 | 1100100 | 101110 | 0 | 101001000 | 1100100 | 110010 |
Color Harmonies of #FF0089
Complementary color
Monochromatic Colors of #FF0089
Black with #FF0089
Text Example
Text Example
White with #FF0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0089; }
p { color: rgb(255,0,137); }
H1.HeaderClassName
{
color: #FF0089;
}
.AnyTagClassName
{
color: #FF0089;
}
</style>
background-color css
<style>
a { background-color: #FF0089; }
a { background-color: rgb(255,0,137); }
div.DivClassName
{
background-color: #FF0089;
}
.BgClassName
{
background-color: #FF0089;
}
</style>
border-color css
<style>
span { border-color: #FF0089; }
span { border-color: rgb(255,0,137); }
td.TdClassName
{
border-color: #FF0089;
}
.TagClassName
{
border-color: #FF0089;
}
</style>