Shades of Deep Pink #FB0F86
Tints of Deep Pink #FB0F86
RGB
CMYK
RGB Variations
Color information
#FB0F86 (or 0xFB0F86) is known color: Deep Pink. HEX triplet: FB, 0F and 86. RGB value is (251,15,134). Sum of RGB (Red+Green+Blue) = 251+15+134=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0F86 is #04F079. Grayscale: #626262. Windows color (decimal): -323706 or 8785915. OLE color: 8785915.
HSL color Cylindrical-coordinate representation of color #FB0F86: hue angle of 329.75º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0F86 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 134 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.02 |
| HSL | 329.75º | 0.97% | 0.52% | - |
| HSV(B) | 329.75º | 0.94% | 0.98% | - |
| XYZ | 44.26 | 22.57 | 24.58 | - |
| YUV | 99.13 | 147.69 | 236.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 134 | 0 | 0.94 | 0.47 | 0.02 | 329.75 | 0.97 | 0.52 |
| Hex | FB | F | 86 | 0 | 5E | 2F | 2 | 14A | 61 | 34 |
| Octal | 373 | 17 | 206 | 0 | 136 | 57 | 2 | 512 | 141 | 64 |
| Binary | 11111011 | 1111 | 10000110 | 0 | 1011110 | 101111 | 10 | 101001010 | 1100001 | 110100 |
Color Harmonies of #FB0F86
Complementary color
Monochromatic Colors of #FB0F86
Black with #FB0F86
Text Example
Text Example
White with #FB0F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F86; }
p { color: rgb(251,15,134); }
H1.HeaderClassName
{
color: #FB0F86;
}
.AnyTagClassName
{
color: #FB0F86;
}
</style>
background-color css
<style>
a { background-color: #FB0F86; }
a { background-color: rgb(251,15,134); }
div.DivClassName
{
background-color: #FB0F86;
}
.BgClassName
{
background-color: #FB0F86;
}
</style>
border-color css
<style>
span { border-color: #FB0F86; }
span { border-color: rgb(251,15,134); }
td.TdClassName
{
border-color: #FB0F86;
}
.TagClassName
{
border-color: #FB0F86;
}
</style>