Shades of Deep Pink #FB0076
Tints of Deep Pink #FB0076
RGB
CMYK
RGB Variations
Color information
#FB0076 (or 0xFB0076) is known color: Deep Pink. HEX triplet: FB, 00 and 76. RGB value is (251,0,118). Sum of RGB (Red+Green+Blue) = 251+0+118=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0076 is #04FF89. Grayscale: #585858. Windows color (decimal): -327562 or 7733499. OLE color: 7733499.
HSL color Cylindrical-coordinate representation of color #FB0076: hue angle of 331.79º 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 #FB0076 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.53 | 0.02 |
| HSL | 331.79º | 1% | 0.49% | - |
| HSV(B) | 331.79º | 1% | 0.98% | - |
| XYZ | 43.05 | 21.82 | 19.08 | - |
| YUV | 88.5 | 144.66 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 118 | 0 | 1 | 0.53 | 0.02 | 331.79 | 1 | 0.49 |
| Hex | FB | 0 | 76 | 0 | 64 | 35 | 2 | 14C | 64 | 31 |
| Octal | 373 | 0 | 166 | 0 | 144 | 65 | 2 | 514 | 144 | 61 |
| Binary | 11111011 | 0 | 1110110 | 0 | 1100100 | 110101 | 10 | 101001100 | 1100100 | 110001 |
Color Harmonies of #FB0076
Complementary color
Monochromatic Colors of #FB0076
Black with #FB0076
Text Example
Text Example
White with #FB0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0076; }
p { color: rgb(251,0,118); }
H1.HeaderClassName
{
color: #FB0076;
}
.AnyTagClassName
{
color: #FB0076;
}
</style>
background-color css
<style>
a { background-color: #FB0076; }
a { background-color: rgb(251,0,118); }
div.DivClassName
{
background-color: #FB0076;
}
.BgClassName
{
background-color: #FB0076;
}
</style>
border-color css
<style>
span { border-color: #FB0076; }
span { border-color: rgb(251,0,118); }
td.TdClassName
{
border-color: #FB0076;
}
.TagClassName
{
border-color: #FB0076;
}
</style>