Shades of Deep Pink #FB1886
Tints of Deep Pink #FB1886
RGB
CMYK
RGB Variations
Color information
#FB1886 (or 0xFB1886) is known color: Deep Pink. HEX triplet: FB, 18 and 86. RGB value is (251,24,134). Sum of RGB (Red+Green+Blue) = 251+24+134=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1886 is #04E779. Grayscale: #686868. Windows color (decimal): -321402 or 8788219. OLE color: 8788219.
HSL color Cylindrical-coordinate representation of color #FB1886: hue angle of 330.93º 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 #FB1886 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 134 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.02 |
| HSL | 330.93º | 0.97% | 0.54% | - |
| HSV(B) | 330.93º | 0.9% | 0.98% | - |
| XYZ | 44.41 | 22.88 | 24.63 | - |
| YUV | 104.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 134 | 0 | 0.90 | 0.47 | 0.02 | 330.93 | 0.97 | 0.54 |
| Hex | FB | 18 | 86 | 0 | 5A | 2F | 2 | 14B | 61 | 36 |
| Octal | 373 | 30 | 206 | 0 | 132 | 57 | 2 | 513 | 141 | 66 |
| Binary | 11111011 | 11000 | 10000110 | 0 | 1011010 | 101111 | 10 | 101001011 | 1100001 | 110110 |
Color Harmonies of #FB1886
Complementary color
Monochromatic Colors of #FB1886
Black with #FB1886
Text Example
Text Example
White with #FB1886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1886; }
p { color: rgb(251,24,134); }
H1.HeaderClassName
{
color: #FB1886;
}
.AnyTagClassName
{
color: #FB1886;
}
</style>
background-color css
<style>
a { background-color: #FB1886; }
a { background-color: rgb(251,24,134); }
div.DivClassName
{
background-color: #FB1886;
}
.BgClassName
{
background-color: #FB1886;
}
</style>
border-color css
<style>
span { border-color: #FB1886; }
span { border-color: rgb(251,24,134); }
td.TdClassName
{
border-color: #FB1886;
}
.TagClassName
{
border-color: #FB1886;
}
</style>