Shades of Deep Pink #FB0390
Tints of Deep Pink #FB0390
RGB
CMYK
RGB Variations
Color information
#FB0390 (or 0xFB0390) is known color: Deep Pink. HEX triplet: FB, 03 and 90. RGB value is (251,3,144). Sum of RGB (Red+Green+Blue) = 251+3+144=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0390 is #04FC6F. Grayscale: #5C5C5C. Windows color (decimal): -326768 or 9438203. OLE color: 9438203.
HSL color Cylindrical-coordinate representation of color #FB0390: hue angle of 325.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0390 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.02 |
| HSL | 325.89º | 0.98% | 0.5% | - |
| HSV(B) | 325.89º | 0.99% | 0.98% | - |
| XYZ | 44.85 | 22.59 | 28.38 | - |
| YUV | 93.23 | 156.66 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 144 | 0 | 0.99 | 0.43 | 0.02 | 325.89 | 0.98 | 0.5 |
| Hex | FB | 3 | 90 | 0 | 63 | 2B | 2 | 146 | 62 | 32 |
| Octal | 373 | 3 | 220 | 0 | 143 | 53 | 2 | 506 | 142 | 62 |
| Binary | 11111011 | 11 | 10010000 | 0 | 1100011 | 101011 | 10 | 101000110 | 1100010 | 110010 |
Color Harmonies of #FB0390
Complementary color
Monochromatic Colors of #FB0390
Black with #FB0390
Text Example
Text Example
White with #FB0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0390; }
p { color: rgb(251,3,144); }
H1.HeaderClassName
{
color: #FB0390;
}
.AnyTagClassName
{
color: #FB0390;
}
</style>
background-color css
<style>
a { background-color: #FB0390; }
a { background-color: rgb(251,3,144); }
div.DivClassName
{
background-color: #FB0390;
}
.BgClassName
{
background-color: #FB0390;
}
</style>
border-color css
<style>
span { border-color: #FB0390; }
span { border-color: rgb(251,3,144); }
td.TdClassName
{
border-color: #FB0390;
}
.TagClassName
{
border-color: #FB0390;
}
</style>