Shades of Deep Pink #FB0082
Tints of Deep Pink #FB0082
RGB
CMYK
RGB Variations
Color information
#FB0082 (or 0xFB0082) is known color: Deep Pink. HEX triplet: FB, 00 and 82. RGB value is (251,0,130). Sum of RGB (Red+Green+Blue) = 251+0+130=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0082 is #04FF7D. Grayscale: #595959. Windows color (decimal): -327550 or 8519931. OLE color: 8519931.
HSL color Cylindrical-coordinate representation of color #FB0082: hue angle of 328.92º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0082 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.48 | 0.02 |
| HSL | 328.92º | 1% | 0.49% | - |
| HSV(B) | 328.92º | 1% | 0.98% | - |
| XYZ | 43.81 | 22.12 | 23.08 | - |
| YUV | 89.87 | 150.66 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 130 | 0 | 1 | 0.48 | 0.02 | 328.92 | 1 | 0.49 |
| Hex | FB | 0 | 82 | 0 | 64 | 30 | 2 | 149 | 64 | 31 |
| Octal | 373 | 0 | 202 | 0 | 144 | 60 | 2 | 511 | 144 | 61 |
| Binary | 11111011 | 0 | 10000010 | 0 | 1100100 | 110000 | 10 | 101001001 | 1100100 | 110001 |
Color Harmonies of #FB0082
Complementary color
Monochromatic Colors of #FB0082
Black with #FB0082
Text Example
Text Example
White with #FB0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0082; }
p { color: rgb(251,0,130); }
H1.HeaderClassName
{
color: #FB0082;
}
.AnyTagClassName
{
color: #FB0082;
}
</style>
background-color css
<style>
a { background-color: #FB0082; }
a { background-color: rgb(251,0,130); }
div.DivClassName
{
background-color: #FB0082;
}
.BgClassName
{
background-color: #FB0082;
}
</style>
border-color css
<style>
span { border-color: #FB0082; }
span { border-color: rgb(251,0,130); }
td.TdClassName
{
border-color: #FB0082;
}
.TagClassName
{
border-color: #FB0082;
}
</style>