Shades of Deep Pink #FF0090
Tints of Deep Pink #FF0090
RGB
CMYK
RGB Variations
Color information
#FF0090 (or 0xFF0090) is known color: Deep Pink. HEX triplet: FF, 00 and 90. RGB value is (255,0,144). Sum of RGB (Red+Green+Blue) = 255+0+144=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0090 is #00FF6F. Grayscale: #5C5C5C. Windows color (decimal): -65392 or 9437439. OLE color: 9437439.
HSL color Cylindrical-coordinate representation of color #FF0090: hue angle of 326.12º 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 #FF0090 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.44 | 0 |
| HSL | 326.12º | 1% | 0.5% | - |
| HSV(B) | 326.12º | 1% | 1% | - |
| XYZ | 46.27 | 23.27 | 28.44 | - |
| YUV | 92.66 | 156.98 | 243.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 144 | 0 | 1 | 0.44 | 0 | 326.12 | 1 | 0.5 |
| Hex | FF | 0 | 90 | 0 | 64 | 2C | 0 | 146 | 64 | 32 |
| Octal | 377 | 0 | 220 | 0 | 144 | 54 | 0 | 506 | 144 | 62 |
| Binary | 11111111 | 0 | 10010000 | 0 | 1100100 | 101100 | 0 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FF0090
Complementary color
Monochromatic Colors of #FF0090
Black with #FF0090
Text Example
Text Example
White with #FF0090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0090; }
p { color: rgb(255,0,144); }
H1.HeaderClassName
{
color: #FF0090;
}
.AnyTagClassName
{
color: #FF0090;
}
</style>
background-color css
<style>
a { background-color: #FF0090; }
a { background-color: rgb(255,0,144); }
div.DivClassName
{
background-color: #FF0090;
}
.BgClassName
{
background-color: #FF0090;
}
</style>
border-color css
<style>
span { border-color: #FF0090; }
span { border-color: rgb(255,0,144); }
td.TdClassName
{
border-color: #FF0090;
}
.TagClassName
{
border-color: #FF0090;
}
</style>