Shades of Deep Pink #FF0290
Tints of Deep Pink #FF0290
RGB
CMYK
RGB Variations
Color information
#FF0290 (or 0xFF0290) is known color: Deep Pink. HEX triplet: FF, 02 and 90. RGB value is (255,2,144). Sum of RGB (Red+Green+Blue) = 255+2+144=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0290 is #00FD6F. Grayscale: #5D5D5D. Windows color (decimal): -64880 or 9437951. OLE color: 9437951.
HSL color Cylindrical-coordinate representation of color #FF0290: hue angle of 326.32º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0290 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.44 | 0 |
| HSL | 326.32º | 1% | 0.5% | - |
| HSV(B) | 326.32º | 0.99% | 1% | - |
| XYZ | 46.3 | 23.32 | 28.45 | - |
| YUV | 93.84 | 156.32 | 242.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 144 | 0 | 0.99 | 0.44 | 0 | 326.32 | 1 | 0.5 |
| Hex | FF | 2 | 90 | 0 | 63 | 2C | 0 | 146 | 64 | 32 |
| Octal | 377 | 2 | 220 | 0 | 143 | 54 | 0 | 506 | 144 | 62 |
| Binary | 11111111 | 10 | 10010000 | 0 | 1100011 | 101100 | 0 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FF0290
Complementary color
Monochromatic Colors of #FF0290
Black with #FF0290
Text Example
Text Example
White with #FF0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0290; }
p { color: rgb(255,2,144); }
H1.HeaderClassName
{
color: #FF0290;
}
.AnyTagClassName
{
color: #FF0290;
}
</style>
background-color css
<style>
a { background-color: #FF0290; }
a { background-color: rgb(255,2,144); }
div.DivClassName
{
background-color: #FF0290;
}
.BgClassName
{
background-color: #FF0290;
}
</style>
border-color css
<style>
span { border-color: #FF0290; }
span { border-color: rgb(255,2,144); }
td.TdClassName
{
border-color: #FF0290;
}
.TagClassName
{
border-color: #FF0290;
}
</style>