Shades of Deep Pink #FB0580
Tints of Deep Pink #FB0580
RGB
CMYK
RGB Variations
Color information
#FB0580 (or 0xFB0580) is known color: Deep Pink. HEX triplet: FB, 05 and 80. RGB value is (251,5,128). Sum of RGB (Red+Green+Blue) = 251+5+128=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0580 is #04FA7F. Grayscale: #5C5C5C. Windows color (decimal): -326272 or 8390139. OLE color: 8390139.
HSL color Cylindrical-coordinate representation of color #FB0580: hue angle of 330º 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 #FB0580 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.02 |
| HSL | 330º | 0.97% | 0.5% | - |
| HSV(B) | 330º | 0.98% | 0.98% | - |
| XYZ | 43.73 | 22.18 | 22.4 | - |
| YUV | 92.58 | 148 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 128 | 0 | 0.98 | 0.49 | 0.02 | 330 | 0.97 | 0.5 |
| Hex | FB | 5 | 80 | 0 | 62 | 31 | 2 | 14A | 61 | 32 |
| Octal | 373 | 5 | 200 | 0 | 142 | 61 | 2 | 512 | 141 | 62 |
| Binary | 11111011 | 101 | 10000000 | 0 | 1100010 | 110001 | 10 | 101001010 | 1100001 | 110010 |
Color Harmonies of #FB0580
Complementary color
Monochromatic Colors of #FB0580
Black with #FB0580
Text Example
Text Example
White with #FB0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0580; }
p { color: rgb(251,5,128); }
H1.HeaderClassName
{
color: #FB0580;
}
.AnyTagClassName
{
color: #FB0580;
}
</style>
background-color css
<style>
a { background-color: #FB0580; }
a { background-color: rgb(251,5,128); }
div.DivClassName
{
background-color: #FB0580;
}
.BgClassName
{
background-color: #FB0580;
}
</style>
border-color css
<style>
span { border-color: #FB0580; }
span { border-color: rgb(251,5,128); }
td.TdClassName
{
border-color: #FB0580;
}
.TagClassName
{
border-color: #FB0580;
}
</style>