Shades of Deep Pink #FB1588
Tints of Deep Pink #FB1588
RGB
CMYK
RGB Variations
Color information
#FB1588 (or 0xFB1588) is known color: Deep Pink. HEX triplet: FB, 15 and 88. RGB value is (251,21,136). Sum of RGB (Red+Green+Blue) = 251+21+136=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1588 is #04EA77. Grayscale: #666666. Windows color (decimal): -322168 or 8918523. OLE color: 8918523.
HSL color Cylindrical-coordinate representation of color #FB1588: hue angle of 330º 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 #FB1588 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 136 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.02 |
| HSL | 330º | 0.97% | 0.53% | - |
| HSV(B) | 330º | 0.92% | 0.98% | - |
| XYZ | 44.5 | 22.82 | 25.35 | - |
| YUV | 102.88 | 146.7 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 136 | 0 | 0.92 | 0.46 | 0.02 | 330 | 0.97 | 0.53 |
| Hex | FB | 15 | 88 | 0 | 5C | 2E | 2 | 14A | 61 | 35 |
| Octal | 373 | 25 | 210 | 0 | 134 | 56 | 2 | 512 | 141 | 65 |
| Binary | 11111011 | 10101 | 10001000 | 0 | 1011100 | 101110 | 10 | 101001010 | 1100001 | 110101 |
Color Harmonies of #FB1588
Complementary color
Monochromatic Colors of #FB1588
Black with #FB1588
Text Example
Text Example
White with #FB1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1588; }
p { color: rgb(251,21,136); }
H1.HeaderClassName
{
color: #FB1588;
}
.AnyTagClassName
{
color: #FB1588;
}
</style>
background-color css
<style>
a { background-color: #FB1588; }
a { background-color: rgb(251,21,136); }
div.DivClassName
{
background-color: #FB1588;
}
.BgClassName
{
background-color: #FB1588;
}
</style>
border-color css
<style>
span { border-color: #FB1588; }
span { border-color: rgb(251,21,136); }
td.TdClassName
{
border-color: #FB1588;
}
.TagClassName
{
border-color: #FB1588;
}
</style>