Shades of Deep Pink #FB1988
Tints of Deep Pink #FB1988
RGB
CMYK
RGB Variations
Color information
#FB1988 (or 0xFB1988) is known color: Deep Pink. HEX triplet: FB, 19 and 88. RGB value is (251,25,136). Sum of RGB (Red+Green+Blue) = 251+25+136=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1988 is #04E677. Grayscale: #696969. Windows color (decimal): -321144 or 8919547. OLE color: 8919547.
HSL color Cylindrical-coordinate representation of color #FB1988: hue angle of 330.53º 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 #FB1988 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 136 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.02 |
| HSL | 330.53º | 0.97% | 0.54% | - |
| HSV(B) | 330.53º | 0.9% | 0.98% | - |
| XYZ | 44.58 | 22.98 | 25.38 | - |
| YUV | 105.23 | 145.37 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 136 | 0 | 0.90 | 0.46 | 0.02 | 330.53 | 0.97 | 0.54 |
| Hex | FB | 19 | 88 | 0 | 5A | 2E | 2 | 14B | 61 | 36 |
| Octal | 373 | 31 | 210 | 0 | 132 | 56 | 2 | 513 | 141 | 66 |
| Binary | 11111011 | 11001 | 10001000 | 0 | 1011010 | 101110 | 10 | 101001011 | 1100001 | 110110 |
Color Harmonies of #FB1988
Complementary color
Monochromatic Colors of #FB1988
Black with #FB1988
Text Example
Text Example
White with #FB1988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1988; }
p { color: rgb(251,25,136); }
H1.HeaderClassName
{
color: #FB1988;
}
.AnyTagClassName
{
color: #FB1988;
}
</style>
background-color css
<style>
a { background-color: #FB1988; }
a { background-color: rgb(251,25,136); }
div.DivClassName
{
background-color: #FB1988;
}
.BgClassName
{
background-color: #FB1988;
}
</style>
border-color css
<style>
span { border-color: #FB1988; }
span { border-color: rgb(251,25,136); }
td.TdClassName
{
border-color: #FB1988;
}
.TagClassName
{
border-color: #FB1988;
}
</style>