Shades of Deep Pink #FB058D
Tints of Deep Pink #FB058D
RGB
CMYK
RGB Variations
Color information
#FB058D (or 0xFB058D) is known color: Deep Pink. HEX triplet: FB, 05 and 8D. RGB value is (251,5,141). Sum of RGB (Red+Green+Blue) = 251+5+141=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB058D is #04FA72. Grayscale: #5D5D5D. Windows color (decimal): -326259 or 9242107. OLE color: 9242107.
HSL color Cylindrical-coordinate representation of color #FB058D: hue angle of 326.83º 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 #FB058D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.02 |
| HSL | 326.83º | 0.97% | 0.5% | - |
| HSV(B) | 326.83º | 0.98% | 0.98% | - |
| XYZ | 44.65 | 22.54 | 27.2 | - |
| YUV | 94.06 | 154.5 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 141 | 0 | 0.98 | 0.44 | 0.02 | 326.83 | 0.97 | 0.5 |
| Hex | FB | 5 | 8D | 0 | 62 | 2C | 2 | 147 | 61 | 32 |
| Octal | 373 | 5 | 215 | 0 | 142 | 54 | 2 | 507 | 141 | 62 |
| Binary | 11111011 | 101 | 10001101 | 0 | 1100010 | 101100 | 10 | 101000111 | 1100001 | 110010 |
Color Harmonies of #FB058D
Complementary color
Monochromatic Colors of #FB058D
Black with #FB058D
Text Example
Text Example
White with #FB058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB058D; }
p { color: rgb(251,5,141); }
H1.HeaderClassName
{
color: #FB058D;
}
.AnyTagClassName
{
color: #FB058D;
}
</style>
background-color css
<style>
a { background-color: #FB058D; }
a { background-color: rgb(251,5,141); }
div.DivClassName
{
background-color: #FB058D;
}
.BgClassName
{
background-color: #FB058D;
}
</style>
border-color css
<style>
span { border-color: #FB058D; }
span { border-color: rgb(251,5,141); }
td.TdClassName
{
border-color: #FB058D;
}
.TagClassName
{
border-color: #FB058D;
}
</style>