Shades of Deep Pink #FB1980
Tints of Deep Pink #FB1980
RGB
CMYK
RGB Variations
Color information
#FB1980 (or 0xFB1980) is known color: Deep Pink. HEX triplet: FB, 19 and 80. RGB value is (251,25,128). Sum of RGB (Red+Green+Blue) = 251+25+128=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1980 is #04E67F. Grayscale: #686868. Windows color (decimal): -321152 or 8395259. OLE color: 8395259.
HSL color Cylindrical-coordinate representation of color #FB1980: hue angle of 332.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1980 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 128 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.02 |
| HSL | 332.65º | 0.97% | 0.54% | - |
| HSV(B) | 332.65º | 0.9% | 0.98% | - |
| XYZ | 44.03 | 22.76 | 22.5 | - |
| YUV | 104.32 | 141.37 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 128 | 0 | 0.90 | 0.49 | 0.02 | 332.65 | 0.97 | 0.54 |
| Hex | FB | 19 | 80 | 0 | 5A | 31 | 2 | 14D | 61 | 36 |
| Octal | 373 | 31 | 200 | 0 | 132 | 61 | 2 | 515 | 141 | 66 |
| Binary | 11111011 | 11001 | 10000000 | 0 | 1011010 | 110001 | 10 | 101001101 | 1100001 | 110110 |
Color Harmonies of #FB1980
Complementary color
Monochromatic Colors of #FB1980
Black with #FB1980
Text Example
Text Example
White with #FB1980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1980; }
p { color: rgb(251,25,128); }
H1.HeaderClassName
{
color: #FB1980;
}
.AnyTagClassName
{
color: #FB1980;
}
</style>
background-color css
<style>
a { background-color: #FB1980; }
a { background-color: rgb(251,25,128); }
div.DivClassName
{
background-color: #FB1980;
}
.BgClassName
{
background-color: #FB1980;
}
</style>
border-color css
<style>
span { border-color: #FB1980; }
span { border-color: rgb(251,25,128); }
td.TdClassName
{
border-color: #FB1980;
}
.TagClassName
{
border-color: #FB1980;
}
</style>