Shades of Deep Pink #FF0189
Tints of Deep Pink #FF0189
RGB
CMYK
RGB Variations
Color information
#FF0189 (or 0xFF0189) is known color: Deep Pink. HEX triplet: FF, 01 and 89. RGB value is (255,1,137). Sum of RGB (Red+Green+Blue) = 255+1+137=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0189 is #00FE76. Grayscale: #5C5C5C. Windows color (decimal): -65143 or 8978943. OLE color: 8978943.
HSL color Cylindrical-coordinate representation of color #FF0189: hue angle of 327.87º 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 #FF0189 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.46 | 0 |
| HSL | 327.87º | 1% | 0.5% | - |
| HSV(B) | 327.87º | 1% | 1% | - |
| XYZ | 45.77 | 23.09 | 25.71 | - |
| YUV | 92.45 | 153.15 | 243.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 137 | 0 | 1.00 | 0.46 | 0 | 327.87 | 1 | 0.5 |
| Hex | FF | 1 | 89 | 0 | 64 | 2E | 0 | 148 | 64 | 32 |
| Octal | 377 | 1 | 211 | 0 | 144 | 56 | 0 | 510 | 144 | 62 |
| Binary | 11111111 | 1 | 10001001 | 0 | 1100100 | 101110 | 0 | 101001000 | 1100100 | 110010 |
Color Harmonies of #FF0189
Complementary color
Monochromatic Colors of #FF0189
Black with #FF0189
Text Example
Text Example
White with #FF0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0189; }
p { color: rgb(255,1,137); }
H1.HeaderClassName
{
color: #FF0189;
}
.AnyTagClassName
{
color: #FF0189;
}
</style>
background-color css
<style>
a { background-color: #FF0189; }
a { background-color: rgb(255,1,137); }
div.DivClassName
{
background-color: #FF0189;
}
.BgClassName
{
background-color: #FF0189;
}
</style>
border-color css
<style>
span { border-color: #FF0189; }
span { border-color: rgb(255,1,137); }
td.TdClassName
{
border-color: #FF0189;
}
.TagClassName
{
border-color: #FF0189;
}
</style>