Shades of Deep Pink #FB1291
Tints of Deep Pink #FB1291
RGB
CMYK
RGB Variations
Color information
#FB1291 (or 0xFB1291) is known color: Deep Pink. HEX triplet: FB, 12 and 91. RGB value is (251,18,145). Sum of RGB (Red+Green+Blue) = 251+18+145=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1291 is #04ED6E. Grayscale: #656565. Windows color (decimal): -322927 or 9507579. OLE color: 9507579.
HSL color Cylindrical-coordinate representation of color #FB1291: hue angle of 327.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1291 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 145 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.02 |
| HSL | 327.3º | 0.97% | 0.53% | - |
| HSV(B) | 327.3º | 0.93% | 0.98% | - |
| XYZ | 45.11 | 22.99 | 28.85 | - |
| YUV | 102.15 | 152.19 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 145 | 0 | 0.93 | 0.42 | 0.02 | 327.3 | 0.97 | 0.53 |
| Hex | FB | 12 | 91 | 0 | 5D | 2A | 2 | 147 | 61 | 35 |
| Octal | 373 | 22 | 221 | 0 | 135 | 52 | 2 | 507 | 141 | 65 |
| Binary | 11111011 | 10010 | 10010001 | 0 | 1011101 | 101010 | 10 | 101000111 | 1100001 | 110101 |
Color Harmonies of #FB1291
Complementary color
Monochromatic Colors of #FB1291
Black with #FB1291
Text Example
Text Example
White with #FB1291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1291; }
p { color: rgb(251,18,145); }
H1.HeaderClassName
{
color: #FB1291;
}
.AnyTagClassName
{
color: #FB1291;
}
</style>
background-color css
<style>
a { background-color: #FB1291; }
a { background-color: rgb(251,18,145); }
div.DivClassName
{
background-color: #FB1291;
}
.BgClassName
{
background-color: #FB1291;
}
</style>
border-color css
<style>
span { border-color: #FB1291; }
span { border-color: rgb(251,18,145); }
td.TdClassName
{
border-color: #FB1291;
}
.TagClassName
{
border-color: #FB1291;
}
</style>