Shades of Deep Pink #FB2180
Tints of Deep Pink #FB2180
RGB
CMYK
RGB Variations
Color information
#FB2180 (or 0xFB2180) is known color: Deep Pink. HEX triplet: FB, 21 and 80. RGB value is (251,33,128). Sum of RGB (Red+Green+Blue) = 251+33+128=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2180 is #04DE7F. Grayscale: #6C6C6C. Windows color (decimal): -319104 or 8397307. OLE color: 8397307.
HSL color Cylindrical-coordinate representation of color #FB2180: hue angle of 333.85º 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 #FB2180 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 128 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.02 |
| HSL | 333.85º | 0.96% | 0.56% | - |
| HSV(B) | 333.85º | 0.87% | 0.98% | - |
| XYZ | 44.22 | 23.16 | 22.56 | - |
| YUV | 109.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 128 | 0 | 0.87 | 0.49 | 0.02 | 333.85 | 0.96 | 0.56 |
| Hex | FB | 21 | 80 | 0 | 57 | 31 | 2 | 14E | 60 | 38 |
| Octal | 373 | 41 | 200 | 0 | 127 | 61 | 2 | 516 | 140 | 70 |
| Binary | 11111011 | 100001 | 10000000 | 0 | 1010111 | 110001 | 10 | 101001110 | 1100000 | 111000 |
Color Harmonies of #FB2180
Complementary color
Monochromatic Colors of #FB2180
Black with #FB2180
Text Example
Text Example
White with #FB2180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2180; }
p { color: rgb(251,33,128); }
H1.HeaderClassName
{
color: #FB2180;
}
.AnyTagClassName
{
color: #FB2180;
}
</style>
background-color css
<style>
a { background-color: #FB2180; }
a { background-color: rgb(251,33,128); }
div.DivClassName
{
background-color: #FB2180;
}
.BgClassName
{
background-color: #FB2180;
}
</style>
border-color css
<style>
span { border-color: #FB2180; }
span { border-color: rgb(251,33,128); }
td.TdClassName
{
border-color: #FB2180;
}
.TagClassName
{
border-color: #FB2180;
}
</style>