Shades of Deep Pink #FB058F
Tints of Deep Pink #FB058F
RGB
CMYK
RGB Variations
Color information
#FB058F (or 0xFB058F) is known color: Deep Pink. HEX triplet: FB, 05 and 8F. RGB value is (251,5,143). Sum of RGB (Red+Green+Blue) = 251+5+143=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB058F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB058F is #04FA70. Grayscale: #5D5D5D. Windows color (decimal): -326257 or 9373179. OLE color: 9373179.
HSL color Cylindrical-coordinate representation of color #FB058F: hue angle of 326.34º 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 #FB058F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.02 |
| HSL | 326.34º | 0.97% | 0.5% | - |
| HSV(B) | 326.34º | 0.98% | 0.98% | - |
| XYZ | 44.8 | 22.6 | 27.99 | - |
| YUV | 94.29 | 155.5 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 143 | 0 | 0.98 | 0.43 | 0.02 | 326.34 | 0.97 | 0.5 |
| Hex | FB | 5 | 8F | 0 | 62 | 2B | 2 | 146 | 61 | 32 |
| Octal | 373 | 5 | 217 | 0 | 142 | 53 | 2 | 506 | 141 | 62 |
| Binary | 11111011 | 101 | 10001111 | 0 | 1100010 | 101011 | 10 | 101000110 | 1100001 | 110010 |
Color Harmonies of #FB058F
Complementary color
Monochromatic Colors of #FB058F
Black with #FB058F
Text Example
Text Example
White with #FB058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB058F; }
p { color: rgb(251,5,143); }
H1.HeaderClassName
{
color: #FB058F;
}
.AnyTagClassName
{
color: #FB058F;
}
</style>
background-color css
<style>
a { background-color: #FB058F; }
a { background-color: rgb(251,5,143); }
div.DivClassName
{
background-color: #FB058F;
}
.BgClassName
{
background-color: #FB058F;
}
</style>
border-color css
<style>
span { border-color: #FB058F; }
span { border-color: rgb(251,5,143); }
td.TdClassName
{
border-color: #FB058F;
}
.TagClassName
{
border-color: #FB058F;
}
</style>