Shades of Deep Pink #FB1080
Tints of Deep Pink #FB1080
RGB
CMYK
RGB Variations
Color information
#FB1080 (or 0xFB1080) is known color: Deep Pink. HEX triplet: FB, 10 and 80. RGB value is (251,16,128). Sum of RGB (Red+Green+Blue) = 251+16+128=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1080 is #04EF7F. Grayscale: #626262. Windows color (decimal): -323456 or 8392955. OLE color: 8392955.
HSL color Cylindrical-coordinate representation of color #FB1080: hue angle of 331.4º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1080 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 128 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.02 |
| HSL | 331.4º | 0.97% | 0.52% | - |
| HSV(B) | 331.4º | 0.94% | 0.98% | - |
| XYZ | 43.87 | 22.44 | 22.44 | - |
| YUV | 99.03 | 144.36 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 128 | 0 | 0.94 | 0.49 | 0.02 | 331.4 | 0.97 | 0.52 |
| Hex | FB | 10 | 80 | 0 | 5E | 31 | 2 | 14B | 61 | 34 |
| Octal | 373 | 20 | 200 | 0 | 136 | 61 | 2 | 513 | 141 | 64 |
| Binary | 11111011 | 10000 | 10000000 | 0 | 1011110 | 110001 | 10 | 101001011 | 1100001 | 110100 |
Color Harmonies of #FB1080
Complementary color
Monochromatic Colors of #FB1080
Black with #FB1080
Text Example
Text Example
White with #FB1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1080; }
p { color: rgb(251,16,128); }
H1.HeaderClassName
{
color: #FB1080;
}
.AnyTagClassName
{
color: #FB1080;
}
</style>
background-color css
<style>
a { background-color: #FB1080; }
a { background-color: rgb(251,16,128); }
div.DivClassName
{
background-color: #FB1080;
}
.BgClassName
{
background-color: #FB1080;
}
</style>
border-color css
<style>
span { border-color: #FB1080; }
span { border-color: rgb(251,16,128); }
td.TdClassName
{
border-color: #FB1080;
}
.TagClassName
{
border-color: #FB1080;
}
</style>