Shades of Deep Pink #FB2491
Tints of Deep Pink #FB2491
RGB
CMYK
RGB Variations
Color information
#FB2491 (or 0xFB2491) is known color: Deep Pink. HEX triplet: FB, 24 and 91. RGB value is (251,36,145). Sum of RGB (Red+Green+Blue) = 251+36+145=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2491 is #04DB6E. Grayscale: #707070. Windows color (decimal): -318319 or 9512187. OLE color: 9512187.
HSL color Cylindrical-coordinate representation of color #FB2491: hue angle of 329.58º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2491 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 145 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.02 |
| HSL | 329.58º | 0.96% | 0.56% | - |
| HSV(B) | 329.58º | 0.86% | 0.98% | - |
| XYZ | 45.53 | 23.82 | 28.99 | - |
| YUV | 112.71 | 146.23 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 145 | 0 | 0.86 | 0.42 | 0.02 | 329.58 | 0.96 | 0.56 |
| Hex | FB | 24 | 91 | 0 | 56 | 2A | 2 | 14A | 60 | 38 |
| Octal | 373 | 44 | 221 | 0 | 126 | 52 | 2 | 512 | 140 | 70 |
| Binary | 11111011 | 100100 | 10010001 | 0 | 1010110 | 101010 | 10 | 101001010 | 1100000 | 111000 |
Color Harmonies of #FB2491
Complementary color
Monochromatic Colors of #FB2491
Black with #FB2491
Text Example
Text Example
White with #FB2491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2491; }
p { color: rgb(251,36,145); }
H1.HeaderClassName
{
color: #FB2491;
}
.AnyTagClassName
{
color: #FB2491;
}
</style>
background-color css
<style>
a { background-color: #FB2491; }
a { background-color: rgb(251,36,145); }
div.DivClassName
{
background-color: #FB2491;
}
.BgClassName
{
background-color: #FB2491;
}
</style>
border-color css
<style>
span { border-color: #FB2491; }
span { border-color: rgb(251,36,145); }
td.TdClassName
{
border-color: #FB2491;
}
.TagClassName
{
border-color: #FB2491;
}
</style>