Shades of Deep Pink #FB0377
Tints of Deep Pink #FB0377
RGB
CMYK
RGB Variations
Color information
#FB0377 (or 0xFB0377) is known color: Deep Pink. HEX triplet: FB, 03 and 77. RGB value is (251,3,119). Sum of RGB (Red+Green+Blue) = 251+3+119=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0377 is #04FC88. Grayscale: #5A5A5A. Windows color (decimal): -326793 or 7799803. OLE color: 7799803.
HSL color Cylindrical-coordinate representation of color #FB0377: hue angle of 331.94º 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 #FB0377 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.02 |
| HSL | 331.94º | 0.98% | 0.5% | - |
| HSV(B) | 331.94º | 0.99% | 0.98% | - |
| XYZ | 43.15 | 21.91 | 19.41 | - |
| YUV | 90.38 | 144.16 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 119 | 0 | 0.99 | 0.53 | 0.02 | 331.94 | 0.98 | 0.5 |
| Hex | FB | 3 | 77 | 0 | 63 | 35 | 2 | 14C | 62 | 32 |
| Octal | 373 | 3 | 167 | 0 | 143 | 65 | 2 | 514 | 142 | 62 |
| Binary | 11111011 | 11 | 1110111 | 0 | 1100011 | 110101 | 10 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FB0377
Complementary color
Monochromatic Colors of #FB0377
Black with #FB0377
Text Example
Text Example
White with #FB0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0377; }
p { color: rgb(251,3,119); }
H1.HeaderClassName
{
color: #FB0377;
}
.AnyTagClassName
{
color: #FB0377;
}
</style>
background-color css
<style>
a { background-color: #FB0377; }
a { background-color: rgb(251,3,119); }
div.DivClassName
{
background-color: #FB0377;
}
.BgClassName
{
background-color: #FB0377;
}
</style>
border-color css
<style>
span { border-color: #FB0377; }
span { border-color: rgb(251,3,119); }
td.TdClassName
{
border-color: #FB0377;
}
.TagClassName
{
border-color: #FB0377;
}
</style>