Shades of Deep Pink #FB0576
Tints of Deep Pink #FB0576
RGB
CMYK
RGB Variations
Color information
#FB0576 (or 0xFB0576) is known color: Deep Pink. HEX triplet: FB, 05 and 76. RGB value is (251,5,118). Sum of RGB (Red+Green+Blue) = 251+5+118=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0576 is #04FA89. Grayscale: #5B5B5B. Windows color (decimal): -326282 or 7734779. OLE color: 7734779.
HSL color Cylindrical-coordinate representation of color #FB0576: hue angle of 332.44º 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 #FB0576 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.02 |
| HSL | 332.44º | 0.97% | 0.5% | - |
| HSV(B) | 332.44º | 0.98% | 0.98% | - |
| XYZ | 43.11 | 21.93 | 19.1 | - |
| YUV | 91.44 | 143 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 118 | 0 | 0.98 | 0.53 | 0.02 | 332.44 | 0.97 | 0.5 |
| Hex | FB | 5 | 76 | 0 | 62 | 35 | 2 | 14C | 61 | 32 |
| Octal | 373 | 5 | 166 | 0 | 142 | 65 | 2 | 514 | 141 | 62 |
| Binary | 11111011 | 101 | 1110110 | 0 | 1100010 | 110101 | 10 | 101001100 | 1100001 | 110010 |
Color Harmonies of #FB0576
Complementary color
Monochromatic Colors of #FB0576
Black with #FB0576
Text Example
Text Example
White with #FB0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0576; }
p { color: rgb(251,5,118); }
H1.HeaderClassName
{
color: #FB0576;
}
.AnyTagClassName
{
color: #FB0576;
}
</style>
background-color css
<style>
a { background-color: #FB0576; }
a { background-color: rgb(251,5,118); }
div.DivClassName
{
background-color: #FB0576;
}
.BgClassName
{
background-color: #FB0576;
}
</style>
border-color css
<style>
span { border-color: #FB0576; }
span { border-color: rgb(251,5,118); }
td.TdClassName
{
border-color: #FB0576;
}
.TagClassName
{
border-color: #FB0576;
}
</style>