Shades of Deep Pink #FB1677
Tints of Deep Pink #FB1677
RGB
CMYK
RGB Variations
Color information
#FB1677 (or 0xFB1677) is known color: Deep Pink. HEX triplet: FB, 16 and 77. RGB value is (251,22,119). Sum of RGB (Red+Green+Blue) = 251+22+119=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1677 is #04E988. Grayscale: #656565. Windows color (decimal): -321929 or 7804667. OLE color: 7804667.
HSL color Cylindrical-coordinate representation of color #FB1677: hue angle of 334.59º 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 #FB1677 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 119 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.02 |
| HSL | 334.59º | 0.97% | 0.54% | - |
| HSV(B) | 334.59º | 0.91% | 0.98% | - |
| XYZ | 43.4 | 22.41 | 19.49 | - |
| YUV | 101.53 | 137.87 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 119 | 0 | 0.91 | 0.53 | 0.02 | 334.59 | 0.97 | 0.54 |
| Hex | FB | 16 | 77 | 0 | 5B | 35 | 2 | 14F | 61 | 36 |
| Octal | 373 | 26 | 167 | 0 | 133 | 65 | 2 | 517 | 141 | 66 |
| Binary | 11111011 | 10110 | 1110111 | 0 | 1011011 | 110101 | 10 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FB1677
Complementary color
Monochromatic Colors of #FB1677
Black with #FB1677
Text Example
Text Example
White with #FB1677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1677; }
p { color: rgb(251,22,119); }
H1.HeaderClassName
{
color: #FB1677;
}
.AnyTagClassName
{
color: #FB1677;
}
</style>
background-color css
<style>
a { background-color: #FB1677; }
a { background-color: rgb(251,22,119); }
div.DivClassName
{
background-color: #FB1677;
}
.BgClassName
{
background-color: #FB1677;
}
</style>
border-color css
<style>
span { border-color: #FB1677; }
span { border-color: rgb(251,22,119); }
td.TdClassName
{
border-color: #FB1677;
}
.TagClassName
{
border-color: #FB1677;
}
</style>