Shades of Deep Pink #FB0080
Tints of Deep Pink #FB0080
RGB
CMYK
RGB Variations
Color information
#FB0080 (or 0xFB0080) is known color: Deep Pink. HEX triplet: FB, 00 and 80. RGB value is (251,0,128). Sum of RGB (Red+Green+Blue) = 251+0+128=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0080 is #04FF7F. Grayscale: #595959. Windows color (decimal): -327552 or 8388859. OLE color: 8388859.
HSL color Cylindrical-coordinate representation of color #FB0080: hue angle of 329.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0080 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.49 | 0.02 |
| HSL | 329.4º | 1% | 0.49% | - |
| HSV(B) | 329.4º | 1% | 0.98% | - |
| XYZ | 43.68 | 22.07 | 22.38 | - |
| YUV | 89.64 | 149.66 | 243.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 128 | 0 | 1 | 0.49 | 0.02 | 329.4 | 1 | 0.49 |
| Hex | FB | 0 | 80 | 0 | 64 | 31 | 2 | 149 | 64 | 31 |
| Octal | 373 | 0 | 200 | 0 | 144 | 61 | 2 | 511 | 144 | 61 |
| Binary | 11111011 | 0 | 10000000 | 0 | 1100100 | 110001 | 10 | 101001001 | 1100100 | 110001 |
Color Harmonies of #FB0080
Complementary color
Monochromatic Colors of #FB0080
Black with #FB0080
Text Example
Text Example
White with #FB0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0080; }
p { color: rgb(251,0,128); }
H1.HeaderClassName
{
color: #FB0080;
}
.AnyTagClassName
{
color: #FB0080;
}
</style>
background-color css
<style>
a { background-color: #FB0080; }
a { background-color: rgb(251,0,128); }
div.DivClassName
{
background-color: #FB0080;
}
.BgClassName
{
background-color: #FB0080;
}
</style>
border-color css
<style>
span { border-color: #FB0080; }
span { border-color: rgb(251,0,128); }
td.TdClassName
{
border-color: #FB0080;
}
.TagClassName
{
border-color: #FB0080;
}
</style>