Shades of Deep Pink #FB0F91
Tints of Deep Pink #FB0F91
RGB
CMYK
RGB Variations
Color information
#FB0F91 (or 0xFB0F91) is known color: Deep Pink. HEX triplet: FB, 0F and 91. RGB value is (251,15,145). Sum of RGB (Red+Green+Blue) = 251+15+145=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0F91 is #04F06E. Grayscale: #646464. Windows color (decimal): -323695 or 9506811. OLE color: 9506811.
HSL color Cylindrical-coordinate representation of color #FB0F91: hue angle of 326.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0F91 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 145 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.02 |
| HSL | 326.95º | 0.97% | 0.52% | - |
| HSV(B) | 326.95º | 0.94% | 0.98% | - |
| XYZ | 45.07 | 22.9 | 28.83 | - |
| YUV | 100.38 | 153.19 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 145 | 0 | 0.94 | 0.42 | 0.02 | 326.95 | 0.97 | 0.52 |
| Hex | FB | F | 91 | 0 | 5E | 2A | 2 | 147 | 61 | 34 |
| Octal | 373 | 17 | 221 | 0 | 136 | 52 | 2 | 507 | 141 | 64 |
| Binary | 11111011 | 1111 | 10010001 | 0 | 1011110 | 101010 | 10 | 101000111 | 1100001 | 110100 |
Color Harmonies of #FB0F91
Complementary color
Monochromatic Colors of #FB0F91
Black with #FB0F91
Text Example
Text Example
White with #FB0F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F91; }
p { color: rgb(251,15,145); }
H1.HeaderClassName
{
color: #FB0F91;
}
.AnyTagClassName
{
color: #FB0F91;
}
</style>
background-color css
<style>
a { background-color: #FB0F91; }
a { background-color: rgb(251,15,145); }
div.DivClassName
{
background-color: #FB0F91;
}
.BgClassName
{
background-color: #FB0F91;
}
</style>
border-color css
<style>
span { border-color: #FB0F91; }
span { border-color: rgb(251,15,145); }
td.TdClassName
{
border-color: #FB0F91;
}
.TagClassName
{
border-color: #FB0F91;
}
</style>