Shades of Deep Pink #FB0376
Tints of Deep Pink #FB0376
RGB
CMYK
RGB Variations
Color information
#FB0376 (or 0xFB0376) is known color: Deep Pink. HEX triplet: FB, 03 and 76. RGB value is (251,3,118). Sum of RGB (Red+Green+Blue) = 251+3+118=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0376 is #04FC89. Grayscale: #5A5A5A. Windows color (decimal): -326794 or 7734267. OLE color: 7734267.
HSL color Cylindrical-coordinate representation of color #FB0376: hue angle of 332.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0376 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 118 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.02 |
| HSL | 332.18º | 0.98% | 0.5% | - |
| HSV(B) | 332.18º | 0.99% | 0.98% | - |
| XYZ | 43.09 | 21.88 | 19.09 | - |
| YUV | 90.26 | 143.66 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 118 | 0 | 0.99 | 0.53 | 0.02 | 332.18 | 0.98 | 0.5 |
| Hex | FB | 3 | 76 | 0 | 63 | 35 | 2 | 14C | 62 | 32 |
| Octal | 373 | 3 | 166 | 0 | 143 | 65 | 2 | 514 | 142 | 62 |
| Binary | 11111011 | 11 | 1110110 | 0 | 1100011 | 110101 | 10 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FB0376
Complementary color
Monochromatic Colors of #FB0376
Black with #FB0376
Text Example
Text Example
White with #FB0376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0376; }
p { color: rgb(251,3,118); }
H1.HeaderClassName
{
color: #FB0376;
}
.AnyTagClassName
{
color: #FB0376;
}
</style>
background-color css
<style>
a { background-color: #FB0376; }
a { background-color: rgb(251,3,118); }
div.DivClassName
{
background-color: #FB0376;
}
.BgClassName
{
background-color: #FB0376;
}
</style>
border-color css
<style>
span { border-color: #FB0376; }
span { border-color: rgb(251,3,118); }
td.TdClassName
{
border-color: #FB0376;
}
.TagClassName
{
border-color: #FB0376;
}
</style>