Shades of Deep Pink #FB2182
Tints of Deep Pink #FB2182
RGB
CMYK
RGB Variations
Color information
#FB2182 (or 0xFB2182) is known color: Deep Pink. HEX triplet: FB, 21 and 82. RGB value is (251,33,130). Sum of RGB (Red+Green+Blue) = 251+33+130=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2182 is #04DE7D. Grayscale: #6D6D6D. Windows color (decimal): -319102 or 8528379. OLE color: 8528379.
HSL color Cylindrical-coordinate representation of color #FB2182: hue angle of 333.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2182 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 130 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.02 |
| HSL | 333.3º | 0.96% | 0.56% | - |
| HSV(B) | 333.3º | 0.87% | 0.98% | - |
| XYZ | 44.36 | 23.21 | 23.26 | - |
| YUV | 109.24 | 139.72 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 130 | 0 | 0.87 | 0.48 | 0.02 | 333.3 | 0.96 | 0.56 |
| Hex | FB | 21 | 82 | 0 | 57 | 30 | 2 | 14D | 60 | 38 |
| Octal | 373 | 41 | 202 | 0 | 127 | 60 | 2 | 515 | 140 | 70 |
| Binary | 11111011 | 100001 | 10000010 | 0 | 1010111 | 110000 | 10 | 101001101 | 1100000 | 111000 |
Color Harmonies of #FB2182
Complementary color
Monochromatic Colors of #FB2182
Black with #FB2182
Text Example
Text Example
White with #FB2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2182; }
p { color: rgb(251,33,130); }
H1.HeaderClassName
{
color: #FB2182;
}
.AnyTagClassName
{
color: #FB2182;
}
</style>
background-color css
<style>
a { background-color: #FB2182; }
a { background-color: rgb(251,33,130); }
div.DivClassName
{
background-color: #FB2182;
}
.BgClassName
{
background-color: #FB2182;
}
</style>
border-color css
<style>
span { border-color: #FB2182; }
span { border-color: rgb(251,33,130); }
td.TdClassName
{
border-color: #FB2182;
}
.TagClassName
{
border-color: #FB2182;
}
</style>