Shades of Deep Pink #FB0177
Tints of Deep Pink #FB0177
RGB
CMYK
RGB Variations
Color information
#FB0177 (or 0xFB0177) is known color: Deep Pink. HEX triplet: FB, 01 and 77. RGB value is (251,1,119). Sum of RGB (Red+Green+Blue) = 251+1+119=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0177 is #04FE88. Grayscale: #585858. Windows color (decimal): -327305 or 7799291. OLE color: 7799291.
HSL color Cylindrical-coordinate representation of color #FB0177: hue angle of 331.68º 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 #FB0177 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.02 |
| HSL | 331.68º | 0.99% | 0.49% | - |
| HSV(B) | 331.68º | 1% | 0.98% | - |
| XYZ | 43.12 | 21.86 | 19.4 | - |
| YUV | 89.2 | 144.83 | 243.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 119 | 0 | 1.00 | 0.53 | 0.02 | 331.68 | 0.99 | 0.49 |
| Hex | FB | 1 | 77 | 0 | 64 | 35 | 2 | 14C | 63 | 31 |
| Octal | 373 | 1 | 167 | 0 | 144 | 65 | 2 | 514 | 143 | 61 |
| Binary | 11111011 | 1 | 1110111 | 0 | 1100100 | 110101 | 10 | 101001100 | 1100011 | 110001 |
Color Harmonies of #FB0177
Complementary color
Monochromatic Colors of #FB0177
Black with #FB0177
Text Example
Text Example
White with #FB0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0177; }
p { color: rgb(251,1,119); }
H1.HeaderClassName
{
color: #FB0177;
}
.AnyTagClassName
{
color: #FB0177;
}
</style>
background-color css
<style>
a { background-color: #FB0177; }
a { background-color: rgb(251,1,119); }
div.DivClassName
{
background-color: #FB0177;
}
.BgClassName
{
background-color: #FB0177;
}
</style>
border-color css
<style>
span { border-color: #FB0177; }
span { border-color: rgb(251,1,119); }
td.TdClassName
{
border-color: #FB0177;
}
.TagClassName
{
border-color: #FB0177;
}
</style>