Shades of Deep Pink #FB0176
Tints of Deep Pink #FB0176
RGB
CMYK
RGB Variations
Color information
#FB0176 (or 0xFB0176) is known color: Deep Pink. HEX triplet: FB, 01 and 76. RGB value is (251,1,118). Sum of RGB (Red+Green+Blue) = 251+1+118=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0176 is #04FE89. Grayscale: #585858. Windows color (decimal): -327306 or 7733755. OLE color: 7733755.
HSL color Cylindrical-coordinate representation of color #FB0176: hue angle of 331.92º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0176 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.02 |
| HSL | 331.92º | 0.99% | 0.49% | - |
| HSV(B) | 331.92º | 1% | 0.98% | - |
| XYZ | 43.06 | 21.84 | 19.09 | - |
| YUV | 89.09 | 144.33 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 118 | 0 | 1.00 | 0.53 | 0.02 | 331.92 | 0.99 | 0.49 |
| Hex | FB | 1 | 76 | 0 | 64 | 35 | 2 | 14C | 63 | 31 |
| Octal | 373 | 1 | 166 | 0 | 144 | 65 | 2 | 514 | 143 | 61 |
| Binary | 11111011 | 1 | 1110110 | 0 | 1100100 | 110101 | 10 | 101001100 | 1100011 | 110001 |
Color Harmonies of #FB0176
Complementary color
Monochromatic Colors of #FB0176
Black with #FB0176
Text Example
Text Example
White with #FB0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0176; }
p { color: rgb(251,1,118); }
H1.HeaderClassName
{
color: #FB0176;
}
.AnyTagClassName
{
color: #FB0176;
}
</style>
background-color css
<style>
a { background-color: #FB0176; }
a { background-color: rgb(251,1,118); }
div.DivClassName
{
background-color: #FB0176;
}
.BgClassName
{
background-color: #FB0176;
}
</style>
border-color css
<style>
span { border-color: #FB0176; }
span { border-color: rgb(251,1,118); }
td.TdClassName
{
border-color: #FB0176;
}
.TagClassName
{
border-color: #FB0176;
}
</style>