Shades of Deep Pink #FB1999
Tints of Deep Pink #FB1999
RGB
CMYK
RGB Variations
Color information
#FB1999 (or 0xFB1999) is known color: Deep Pink. HEX triplet: FB, 19 and 99. RGB value is (251,25,153). Sum of RGB (Red+Green+Blue) = 251+25+153=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1999 is #04E666. Grayscale: #6A6A6A. Windows color (decimal): -321127 or 10033659. OLE color: 10033659.
HSL color Cylindrical-coordinate representation of color #FB1999: hue angle of 326.02º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1999 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 153 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.02 |
| HSL | 326.02º | 0.97% | 0.54% | - |
| HSV(B) | 326.02º | 0.9% | 0.98% | - |
| XYZ | 45.88 | 23.5 | 32.26 | - |
| YUV | 107.17 | 153.87 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 153 | 0 | 0.90 | 0.39 | 0.02 | 326.02 | 0.97 | 0.54 |
| Hex | FB | 19 | 99 | 0 | 5A | 27 | 2 | 146 | 61 | 36 |
| Octal | 373 | 31 | 231 | 0 | 132 | 47 | 2 | 506 | 141 | 66 |
| Binary | 11111011 | 11001 | 10011001 | 0 | 1011010 | 100111 | 10 | 101000110 | 1100001 | 110110 |
Color Harmonies of #FB1999
Complementary color
Monochromatic Colors of #FB1999
Black with #FB1999
Text Example
Text Example
White with #FB1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1999; }
p { color: rgb(251,25,153); }
H1.HeaderClassName
{
color: #FB1999;
}
.AnyTagClassName
{
color: #FB1999;
}
</style>
background-color css
<style>
a { background-color: #FB1999; }
a { background-color: rgb(251,25,153); }
div.DivClassName
{
background-color: #FB1999;
}
.BgClassName
{
background-color: #FB1999;
}
</style>
border-color css
<style>
span { border-color: #FB1999; }
span { border-color: rgb(251,25,153); }
td.TdClassName
{
border-color: #FB1999;
}
.TagClassName
{
border-color: #FB1999;
}
</style>