Shades of Deep Pink #FB1491
Tints of Deep Pink #FB1491
RGB
CMYK
RGB Variations
Color information
#FB1491 (or 0xFB1491) is known color: Deep Pink. HEX triplet: FB, 14 and 91. RGB value is (251,20,145). Sum of RGB (Red+Green+Blue) = 251+20+145=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1491 is #04EB6E. Grayscale: #676767. Windows color (decimal): -322415 or 9508091. OLE color: 9508091.
HSL color Cylindrical-coordinate representation of color #FB1491: hue angle of 327.53º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1491 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 145 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.02 |
| HSL | 327.53º | 0.97% | 0.53% | - |
| HSV(B) | 327.53º | 0.92% | 0.98% | - |
| XYZ | 45.14 | 23.05 | 28.86 | - |
| YUV | 103.32 | 151.53 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 145 | 0 | 0.92 | 0.42 | 0.02 | 327.53 | 0.97 | 0.53 |
| Hex | FB | 14 | 91 | 0 | 5C | 2A | 2 | 148 | 61 | 35 |
| Octal | 373 | 24 | 221 | 0 | 134 | 52 | 2 | 510 | 141 | 65 |
| Binary | 11111011 | 10100 | 10010001 | 0 | 1011100 | 101010 | 10 | 101001000 | 1100001 | 110101 |
Color Harmonies of #FB1491
Complementary color
Monochromatic Colors of #FB1491
Black with #FB1491
Text Example
Text Example
White with #FB1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1491; }
p { color: rgb(251,20,145); }
H1.HeaderClassName
{
color: #FB1491;
}
.AnyTagClassName
{
color: #FB1491;
}
</style>
background-color css
<style>
a { background-color: #FB1491; }
a { background-color: rgb(251,20,145); }
div.DivClassName
{
background-color: #FB1491;
}
.BgClassName
{
background-color: #FB1491;
}
</style>
border-color css
<style>
span { border-color: #FB1491; }
span { border-color: rgb(251,20,145); }
td.TdClassName
{
border-color: #FB1491;
}
.TagClassName
{
border-color: #FB1491;
}
</style>