Shades of Deep Pink #FB1E91
Tints of Deep Pink #FB1E91
RGB
CMYK
RGB Variations
Color information
#FB1E91 (or 0xFB1E91) is known color: Deep Pink. HEX triplet: FB, 1E and 91. RGB value is (251,30,145). Sum of RGB (Red+Green+Blue) = 251+30+145=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1E91 is #04E16E. Grayscale: #6C6C6C. Windows color (decimal): -319855 or 9510651. OLE color: 9510651.
HSL color Cylindrical-coordinate representation of color #FB1E91: hue angle of 328.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1E91 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 145 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.02 |
| HSL | 328.78º | 0.97% | 0.55% | - |
| HSV(B) | 328.78º | 0.88% | 0.98% | - |
| XYZ | 45.36 | 23.48 | 28.93 | - |
| YUV | 109.19 | 148.22 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 145 | 0 | 0.88 | 0.42 | 0.02 | 328.78 | 0.97 | 0.55 |
| Hex | FB | 1E | 91 | 0 | 58 | 2A | 2 | 149 | 61 | 37 |
| Octal | 373 | 36 | 221 | 0 | 130 | 52 | 2 | 511 | 141 | 67 |
| Binary | 11111011 | 11110 | 10010001 | 0 | 1011000 | 101010 | 10 | 101001001 | 1100001 | 110111 |
Color Harmonies of #FB1E91
Complementary color
Monochromatic Colors of #FB1E91
Black with #FB1E91
Text Example
Text Example
White with #FB1E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E91; }
p { color: rgb(251,30,145); }
H1.HeaderClassName
{
color: #FB1E91;
}
.AnyTagClassName
{
color: #FB1E91;
}
</style>
background-color css
<style>
a { background-color: #FB1E91; }
a { background-color: rgb(251,30,145); }
div.DivClassName
{
background-color: #FB1E91;
}
.BgClassName
{
background-color: #FB1E91;
}
</style>
border-color css
<style>
span { border-color: #FB1E91; }
span { border-color: rgb(251,30,145); }
td.TdClassName
{
border-color: #FB1E91;
}
.TagClassName
{
border-color: #FB1E91;
}
</style>