Shades of Deep Pink #FB0187
Tints of Deep Pink #FB0187
RGB
CMYK
RGB Variations
Color information
#FB0187 (or 0xFB0187) is known color: Deep Pink. HEX triplet: FB, 01 and 87. RGB value is (251,1,135). Sum of RGB (Red+Green+Blue) = 251+1+135=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0187 is #04FE78. Grayscale: #5A5A5A. Windows color (decimal): -327289 or 8847867. OLE color: 8847867.
HSL color Cylindrical-coordinate representation of color #FB0187: hue angle of 327.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0187 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.02 |
| HSL | 327.84º | 0.99% | 0.49% | - |
| HSV(B) | 327.84º | 1% | 0.98% | - |
| XYZ | 44.17 | 22.28 | 24.89 | - |
| YUV | 91.03 | 152.83 | 242.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 135 | 0 | 1.00 | 0.46 | 0.02 | 327.84 | 0.99 | 0.49 |
| Hex | FB | 1 | 87 | 0 | 64 | 2E | 2 | 148 | 63 | 31 |
| Octal | 373 | 1 | 207 | 0 | 144 | 56 | 2 | 510 | 143 | 61 |
| Binary | 11111011 | 1 | 10000111 | 0 | 1100100 | 101110 | 10 | 101001000 | 1100011 | 110001 |
Color Harmonies of #FB0187
Complementary color
Monochromatic Colors of #FB0187
Black with #FB0187
Text Example
Text Example
White with #FB0187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0187; }
p { color: rgb(251,1,135); }
H1.HeaderClassName
{
color: #FB0187;
}
.AnyTagClassName
{
color: #FB0187;
}
</style>
background-color css
<style>
a { background-color: #FB0187; }
a { background-color: rgb(251,1,135); }
div.DivClassName
{
background-color: #FB0187;
}
.BgClassName
{
background-color: #FB0187;
}
</style>
border-color css
<style>
span { border-color: #FB0187; }
span { border-color: rgb(251,1,135); }
td.TdClassName
{
border-color: #FB0187;
}
.TagClassName
{
border-color: #FB0187;
}
</style>