Shades of Deep Pink #FB1576
Tints of Deep Pink #FB1576
RGB
CMYK
RGB Variations
Color information
#FB1576 (or 0xFB1576) is known color: Deep Pink. HEX triplet: FB, 15 and 76. RGB value is (251,21,118). Sum of RGB (Red+Green+Blue) = 251+21+118=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1576 is #04EA89. Grayscale: #646464. Windows color (decimal): -322186 or 7738875. OLE color: 7738875.
HSL color Cylindrical-coordinate representation of color #FB1576: hue angle of 334.7º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1576 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 118 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.02 |
| HSL | 334.7º | 0.97% | 0.53% | - |
| HSV(B) | 334.7º | 0.92% | 0.98% | - |
| XYZ | 43.32 | 22.35 | 19.17 | - |
| YUV | 100.83 | 137.7 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 118 | 0 | 0.92 | 0.53 | 0.02 | 334.7 | 0.97 | 0.53 |
| Hex | FB | 15 | 76 | 0 | 5C | 35 | 2 | 14F | 61 | 35 |
| Octal | 373 | 25 | 166 | 0 | 134 | 65 | 2 | 517 | 141 | 65 |
| Binary | 11111011 | 10101 | 1110110 | 0 | 1011100 | 110101 | 10 | 101001111 | 1100001 | 110101 |
Color Harmonies of #FB1576
Complementary color
Monochromatic Colors of #FB1576
Black with #FB1576
Text Example
Text Example
White with #FB1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1576; }
p { color: rgb(251,21,118); }
H1.HeaderClassName
{
color: #FB1576;
}
.AnyTagClassName
{
color: #FB1576;
}
</style>
background-color css
<style>
a { background-color: #FB1576; }
a { background-color: rgb(251,21,118); }
div.DivClassName
{
background-color: #FB1576;
}
.BgClassName
{
background-color: #FB1576;
}
</style>
border-color css
<style>
span { border-color: #FB1576; }
span { border-color: rgb(251,21,118); }
td.TdClassName
{
border-color: #FB1576;
}
.TagClassName
{
border-color: #FB1576;
}
</style>