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