Shades of Deep Pink #FF0890
Tints of Deep Pink #FF0890
RGB
CMYK
RGB Variations
Color information
#FF0890 (or 0xFF0890) is known color: Deep Pink. HEX triplet: FF, 08 and 90. RGB value is (255,8,144). Sum of RGB (Red+Green+Blue) = 255+8+144=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0890 is #00F76F. Grayscale: #616161. Windows color (decimal): -63344 or 9439487. OLE color: 9439487.
HSL color Cylindrical-coordinate representation of color #FF0890: hue angle of 326.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0890 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 144 | - |
| CMYK | 0 | 0.97 | 0.44 | 0 |
| HSL | 326.96º | 1% | 0.52% | - |
| HSV(B) | 326.96º | 0.97% | 1% | - |
| XYZ | 46.36 | 23.45 | 28.47 | - |
| YUV | 97.36 | 154.33 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 144 | 0 | 0.97 | 0.44 | 0 | 326.96 | 1 | 0.52 |
| Hex | FF | 8 | 90 | 0 | 61 | 2C | 0 | 147 | 64 | 34 |
| Octal | 377 | 10 | 220 | 0 | 141 | 54 | 0 | 507 | 144 | 64 |
| Binary | 11111111 | 1000 | 10010000 | 0 | 1100001 | 101100 | 0 | 101000111 | 1100100 | 110100 |
Color Harmonies of #FF0890
Complementary color
Monochromatic Colors of #FF0890
Black with #FF0890
Text Example
Text Example
White with #FF0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0890; }
p { color: rgb(255,8,144); }
H1.HeaderClassName
{
color: #FF0890;
}
.AnyTagClassName
{
color: #FF0890;
}
</style>
background-color css
<style>
a { background-color: #FF0890; }
a { background-color: rgb(255,8,144); }
div.DivClassName
{
background-color: #FF0890;
}
.BgClassName
{
background-color: #FF0890;
}
</style>
border-color css
<style>
span { border-color: #FF0890; }
span { border-color: rgb(255,8,144); }
td.TdClassName
{
border-color: #FF0890;
}
.TagClassName
{
border-color: #FF0890;
}
</style>