Shades of Deep Pink #FB0493
Tints of Deep Pink #FB0493
RGB
CMYK
RGB Variations
Color information
#FB0493 (or 0xFB0493) is known color: Deep Pink. HEX triplet: FB, 04 and 93. RGB value is (251,4,147). Sum of RGB (Red+Green+Blue) = 251+4+147=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0493 is #04FB6C. Grayscale: #5D5D5D. Windows color (decimal): -326509 or 9635067. OLE color: 9635067.
HSL color Cylindrical-coordinate representation of color #FB0493: hue angle of 325.26º 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 #FB0493 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 147 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.02 |
| HSL | 325.26º | 0.97% | 0.5% | - |
| HSV(B) | 325.26º | 0.98% | 0.98% | - |
| XYZ | 45.09 | 22.7 | 29.61 | - |
| YUV | 94.16 | 157.83 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 147 | 0 | 0.98 | 0.41 | 0.02 | 325.26 | 0.97 | 0.5 |
| Hex | FB | 4 | 93 | 0 | 62 | 29 | 2 | 145 | 61 | 32 |
| Octal | 373 | 4 | 223 | 0 | 142 | 51 | 2 | 505 | 141 | 62 |
| Binary | 11111011 | 100 | 10010011 | 0 | 1100010 | 101001 | 10 | 101000101 | 1100001 | 110010 |
Color Harmonies of #FB0493
Complementary color
Monochromatic Colors of #FB0493
Black with #FB0493
Text Example
Text Example
White with #FB0493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0493; }
p { color: rgb(251,4,147); }
H1.HeaderClassName
{
color: #FB0493;
}
.AnyTagClassName
{
color: #FB0493;
}
</style>
background-color css
<style>
a { background-color: #FB0493; }
a { background-color: rgb(251,4,147); }
div.DivClassName
{
background-color: #FB0493;
}
.BgClassName
{
background-color: #FB0493;
}
</style>
border-color css
<style>
span { border-color: #FB0493; }
span { border-color: rgb(251,4,147); }
td.TdClassName
{
border-color: #FB0493;
}
.TagClassName
{
border-color: #FB0493;
}
</style>