Shades of Deep Pink #FB2082
Tints of Deep Pink #FB2082
RGB
CMYK
RGB Variations
Color information
#FB2082 (or 0xFB2082) is known color: Deep Pink. HEX triplet: FB, 20 and 82. RGB value is (251,32,130). Sum of RGB (Red+Green+Blue) = 251+32+130=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2082 is #04DF7D. Grayscale: #6C6C6C. Windows color (decimal): -319358 or 8528123. OLE color: 8528123.
HSL color Cylindrical-coordinate representation of color #FB2082: hue angle of 333.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2082 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 130 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.02 |
| HSL | 333.15º | 0.96% | 0.55% | - |
| HSV(B) | 333.15º | 0.87% | 0.98% | - |
| XYZ | 44.33 | 23.15 | 23.25 | - |
| YUV | 108.65 | 140.05 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 130 | 0 | 0.87 | 0.48 | 0.02 | 333.15 | 0.96 | 0.55 |
| Hex | FB | 20 | 82 | 0 | 57 | 30 | 2 | 14D | 60 | 37 |
| Octal | 373 | 40 | 202 | 0 | 127 | 60 | 2 | 515 | 140 | 67 |
| Binary | 11111011 | 100000 | 10000010 | 0 | 1010111 | 110000 | 10 | 101001101 | 1100000 | 110111 |
Color Harmonies of #FB2082
Complementary color
Monochromatic Colors of #FB2082
Black with #FB2082
Text Example
Text Example
White with #FB2082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2082; }
p { color: rgb(251,32,130); }
H1.HeaderClassName
{
color: #FB2082;
}
.AnyTagClassName
{
color: #FB2082;
}
</style>
background-color css
<style>
a { background-color: #FB2082; }
a { background-color: rgb(251,32,130); }
div.DivClassName
{
background-color: #FB2082;
}
.BgClassName
{
background-color: #FB2082;
}
</style>
border-color css
<style>
span { border-color: #FB2082; }
span { border-color: rgb(251,32,130); }
td.TdClassName
{
border-color: #FB2082;
}
.TagClassName
{
border-color: #FB2082;
}
</style>