Shades of Deep Pink #FB1676
Tints of Deep Pink #FB1676
RGB
CMYK
RGB Variations
Color information
#FB1676 (or 0xFB1676) is known color: Deep Pink. HEX triplet: FB, 16 and 76. RGB value is (251,22,118). Sum of RGB (Red+Green+Blue) = 251+22+118=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1676 is #04E989. Grayscale: #656565. Windows color (decimal): -321930 or 7739131. OLE color: 7739131.
HSL color Cylindrical-coordinate representation of color #FB1676: hue angle of 334.85º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1676 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 118 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.02 |
| HSL | 334.85º | 0.97% | 0.54% | - |
| HSV(B) | 334.85º | 0.91% | 0.98% | - |
| XYZ | 43.34 | 22.39 | 19.18 | - |
| YUV | 101.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 118 | 0 | 0.91 | 0.53 | 0.02 | 334.85 | 0.97 | 0.54 |
| Hex | FB | 16 | 76 | 0 | 5B | 35 | 2 | 14F | 61 | 36 |
| Octal | 373 | 26 | 166 | 0 | 133 | 65 | 2 | 517 | 141 | 66 |
| Binary | 11111011 | 10110 | 1110110 | 0 | 1011011 | 110101 | 10 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FB1676
Complementary color
Monochromatic Colors of #FB1676
Black with #FB1676
Text Example
Text Example
White with #FB1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1676; }
p { color: rgb(251,22,118); }
H1.HeaderClassName
{
color: #FB1676;
}
.AnyTagClassName
{
color: #FB1676;
}
</style>
background-color css
<style>
a { background-color: #FB1676; }
a { background-color: rgb(251,22,118); }
div.DivClassName
{
background-color: #FB1676;
}
.BgClassName
{
background-color: #FB1676;
}
</style>
border-color css
<style>
span { border-color: #FB1676; }
span { border-color: rgb(251,22,118); }
td.TdClassName
{
border-color: #FB1676;
}
.TagClassName
{
border-color: #FB1676;
}
</style>