Shades of Deep Pink #FB2181
Tints of Deep Pink #FB2181
RGB
CMYK
RGB Variations
Color information
#FB2181 (or 0xFB2181) is known color: Deep Pink. HEX triplet: FB, 21 and 81. RGB value is (251,33,129). Sum of RGB (Red+Green+Blue) = 251+33+129=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2181 is #04DE7E. Grayscale: #6C6C6C. Windows color (decimal): -319103 or 8462843. OLE color: 8462843.
HSL color Cylindrical-coordinate representation of color #FB2181: hue angle of 333.58º 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 #FB2181 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 129 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.02 |
| HSL | 333.58º | 0.96% | 0.56% | - |
| HSV(B) | 333.58º | 0.87% | 0.98% | - |
| XYZ | 44.29 | 23.18 | 22.91 | - |
| YUV | 109.13 | 139.22 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 129 | 0 | 0.87 | 0.49 | 0.02 | 333.58 | 0.96 | 0.56 |
| Hex | FB | 21 | 81 | 0 | 57 | 31 | 2 | 14E | 60 | 38 |
| Octal | 373 | 41 | 201 | 0 | 127 | 61 | 2 | 516 | 140 | 70 |
| Binary | 11111011 | 100001 | 10000001 | 0 | 1010111 | 110001 | 10 | 101001110 | 1100000 | 111000 |
Color Harmonies of #FB2181
Complementary color
Monochromatic Colors of #FB2181
Black with #FB2181
Text Example
Text Example
White with #FB2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2181; }
p { color: rgb(251,33,129); }
H1.HeaderClassName
{
color: #FB2181;
}
.AnyTagClassName
{
color: #FB2181;
}
</style>
background-color css
<style>
a { background-color: #FB2181; }
a { background-color: rgb(251,33,129); }
div.DivClassName
{
background-color: #FB2181;
}
.BgClassName
{
background-color: #FB2181;
}
</style>
border-color css
<style>
span { border-color: #FB2181; }
span { border-color: rgb(251,33,129); }
td.TdClassName
{
border-color: #FB2181;
}
.TagClassName
{
border-color: #FB2181;
}
</style>