Shades of Deep Pink #FB0590
Tints of Deep Pink #FB0590
RGB
CMYK
RGB Variations
Color information
#FB0590 (or 0xFB0590) is known color: Deep Pink. HEX triplet: FB, 05 and 90. RGB value is (251,5,144). Sum of RGB (Red+Green+Blue) = 251+5+144=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0590 is #04FA6F. Grayscale: #5E5E5E. Windows color (decimal): -326256 or 9438715. OLE color: 9438715.
HSL color Cylindrical-coordinate representation of color #FB0590: hue angle of 326.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0590 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 144 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.02 |
| HSL | 326.1º | 0.97% | 0.5% | - |
| HSV(B) | 326.1º | 0.98% | 0.98% | - |
| XYZ | 44.87 | 22.63 | 28.39 | - |
| YUV | 94.4 | 156 | 239.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 144 | 0 | 0.98 | 0.43 | 0.02 | 326.1 | 0.97 | 0.5 |
| Hex | FB | 5 | 90 | 0 | 62 | 2B | 2 | 146 | 61 | 32 |
| Octal | 373 | 5 | 220 | 0 | 142 | 53 | 2 | 506 | 141 | 62 |
| Binary | 11111011 | 101 | 10010000 | 0 | 1100010 | 101011 | 10 | 101000110 | 1100001 | 110010 |
Color Harmonies of #FB0590
Complementary color
Monochromatic Colors of #FB0590
Black with #FB0590
Text Example
Text Example
White with #FB0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0590; }
p { color: rgb(251,5,144); }
H1.HeaderClassName
{
color: #FB0590;
}
.AnyTagClassName
{
color: #FB0590;
}
</style>
background-color css
<style>
a { background-color: #FB0590; }
a { background-color: rgb(251,5,144); }
div.DivClassName
{
background-color: #FB0590;
}
.BgClassName
{
background-color: #FB0590;
}
</style>
border-color css
<style>
span { border-color: #FB0590; }
span { border-color: rgb(251,5,144); }
td.TdClassName
{
border-color: #FB0590;
}
.TagClassName
{
border-color: #FB0590;
}
</style>