Shades of Deep Pink #FB2083
Tints of Deep Pink #FB2083
RGB
CMYK
RGB Variations
Color information
#FB2083 (or 0xFB2083) is known color: Deep Pink. HEX triplet: FB, 20 and 83. RGB value is (251,32,131). Sum of RGB (Red+Green+Blue) = 251+32+131=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2083 is #04DF7C. Grayscale: #6C6C6C. Windows color (decimal): -319357 or 8593659. OLE color: 8593659.
HSL color Cylindrical-coordinate representation of color #FB2083: hue angle of 332.88º 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 #FB2083 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 131 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.02 |
| HSL | 332.88º | 0.96% | 0.55% | - |
| HSV(B) | 332.88º | 0.87% | 0.98% | - |
| XYZ | 44.4 | 23.18 | 23.61 | - |
| YUV | 108.77 | 140.55 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 131 | 0 | 0.87 | 0.48 | 0.02 | 332.88 | 0.96 | 0.55 |
| Hex | FB | 20 | 83 | 0 | 57 | 30 | 2 | 14D | 60 | 37 |
| Octal | 373 | 40 | 203 | 0 | 127 | 60 | 2 | 515 | 140 | 67 |
| Binary | 11111011 | 100000 | 10000011 | 0 | 1010111 | 110000 | 10 | 101001101 | 1100000 | 110111 |
Color Harmonies of #FB2083
Complementary color
Monochromatic Colors of #FB2083
Black with #FB2083
Text Example
Text Example
White with #FB2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2083; }
p { color: rgb(251,32,131); }
H1.HeaderClassName
{
color: #FB2083;
}
.AnyTagClassName
{
color: #FB2083;
}
</style>
background-color css
<style>
a { background-color: #FB2083; }
a { background-color: rgb(251,32,131); }
div.DivClassName
{
background-color: #FB2083;
}
.BgClassName
{
background-color: #FB2083;
}
</style>
border-color css
<style>
span { border-color: #FB2083; }
span { border-color: rgb(251,32,131); }
td.TdClassName
{
border-color: #FB2083;
}
.TagClassName
{
border-color: #FB2083;
}
</style>