Shades of Deep Pink #FB0F76
Tints of Deep Pink #FB0F76
RGB
CMYK
RGB Variations
Color information
#FB0F76 (or 0xFB0F76) is known color: Deep Pink. HEX triplet: FB, 0F and 76. RGB value is (251,15,118). Sum of RGB (Red+Green+Blue) = 251+15+118=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0F76 is #04F089. Grayscale: #616161. Windows color (decimal): -323722 or 7737339. OLE color: 7737339.
HSL color Cylindrical-coordinate representation of color #FB0F76: hue angle of 333.81º 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 #FB0F76 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 118 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.02 |
| HSL | 333.81º | 0.97% | 0.52% | - |
| HSV(B) | 333.81º | 0.94% | 0.98% | - |
| XYZ | 43.22 | 22.16 | 19.14 | - |
| YUV | 97.31 | 139.69 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 118 | 0 | 0.94 | 0.53 | 0.02 | 333.81 | 0.97 | 0.52 |
| Hex | FB | F | 76 | 0 | 5E | 35 | 2 | 14E | 61 | 34 |
| Octal | 373 | 17 | 166 | 0 | 136 | 65 | 2 | 516 | 141 | 64 |
| Binary | 11111011 | 1111 | 1110110 | 0 | 1011110 | 110101 | 10 | 101001110 | 1100001 | 110100 |
Color Harmonies of #FB0F76
Complementary color
Monochromatic Colors of #FB0F76
Black with #FB0F76
Text Example
Text Example
White with #FB0F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F76; }
p { color: rgb(251,15,118); }
H1.HeaderClassName
{
color: #FB0F76;
}
.AnyTagClassName
{
color: #FB0F76;
}
</style>
background-color css
<style>
a { background-color: #FB0F76; }
a { background-color: rgb(251,15,118); }
div.DivClassName
{
background-color: #FB0F76;
}
.BgClassName
{
background-color: #FB0F76;
}
</style>
border-color css
<style>
span { border-color: #FB0F76; }
span { border-color: rgb(251,15,118); }
td.TdClassName
{
border-color: #FB0F76;
}
.TagClassName
{
border-color: #FB0F76;
}
</style>