Shades of Deep Pink #FB1990
Tints of Deep Pink #FB1990
RGB
CMYK
RGB Variations
Color information
#FB1990 (or 0xFB1990) is known color: Deep Pink. HEX triplet: FB, 19 and 90. RGB value is (251,25,144). Sum of RGB (Red+Green+Blue) = 251+25+144=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1990 is #04E66F. Grayscale: #696969. Windows color (decimal): -321136 or 9443835. OLE color: 9443835.
HSL color Cylindrical-coordinate representation of color #FB1990: hue angle of 328.41º 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 #FB1990 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 144 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.02 |
| HSL | 328.41º | 0.97% | 0.54% | - |
| HSV(B) | 328.41º | 0.9% | 0.98% | - |
| XYZ | 45.17 | 23.22 | 28.49 | - |
| YUV | 106.14 | 149.37 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 144 | 0 | 0.90 | 0.43 | 0.02 | 328.41 | 0.97 | 0.54 |
| Hex | FB | 19 | 90 | 0 | 5A | 2B | 2 | 148 | 61 | 36 |
| Octal | 373 | 31 | 220 | 0 | 132 | 53 | 2 | 510 | 141 | 66 |
| Binary | 11111011 | 11001 | 10010000 | 0 | 1011010 | 101011 | 10 | 101001000 | 1100001 | 110110 |
Color Harmonies of #FB1990
Complementary color
Monochromatic Colors of #FB1990
Black with #FB1990
Text Example
Text Example
White with #FB1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1990; }
p { color: rgb(251,25,144); }
H1.HeaderClassName
{
color: #FB1990;
}
.AnyTagClassName
{
color: #FB1990;
}
</style>
background-color css
<style>
a { background-color: #FB1990; }
a { background-color: rgb(251,25,144); }
div.DivClassName
{
background-color: #FB1990;
}
.BgClassName
{
background-color: #FB1990;
}
</style>
border-color css
<style>
span { border-color: #FB1990; }
span { border-color: rgb(251,25,144); }
td.TdClassName
{
border-color: #FB1990;
}
.TagClassName
{
border-color: #FB1990;
}
</style>