Shades of Deep Pink #FB0781
Tints of Deep Pink #FB0781
RGB
CMYK
RGB Variations
Color information
#FB0781 (or 0xFB0781) is known color: Deep Pink. HEX triplet: FB, 07 and 81. RGB value is (251,7,129). Sum of RGB (Red+Green+Blue) = 251+7+129=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0781 is #04F87E. Grayscale: #5D5D5D. Windows color (decimal): -325759 or 8456187. OLE color: 8456187.
HSL color Cylindrical-coordinate representation of color #FB0781: hue angle of 330º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB0781 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.02 |
| HSL | 330º | 0.97% | 0.51% | - |
| HSV(B) | 330º | 0.97% | 0.98% | - |
| XYZ | 43.82 | 22.25 | 22.75 | - |
| YUV | 93.86 | 147.84 | 240.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 129 | 0 | 0.97 | 0.49 | 0.02 | 330 | 0.97 | 0.51 |
| Hex | FB | 7 | 81 | 0 | 61 | 31 | 2 | 14A | 61 | 33 |
| Octal | 373 | 7 | 201 | 0 | 141 | 61 | 2 | 512 | 141 | 63 |
| Binary | 11111011 | 111 | 10000001 | 0 | 1100001 | 110001 | 10 | 101001010 | 1100001 | 110011 |
Color Harmonies of #FB0781
Complementary color
Monochromatic Colors of #FB0781
Black with #FB0781
Text Example
Text Example
White with #FB0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0781; }
p { color: rgb(251,7,129); }
H1.HeaderClassName
{
color: #FB0781;
}
.AnyTagClassName
{
color: #FB0781;
}
</style>
background-color css
<style>
a { background-color: #FB0781; }
a { background-color: rgb(251,7,129); }
div.DivClassName
{
background-color: #FB0781;
}
.BgClassName
{
background-color: #FB0781;
}
</style>
border-color css
<style>
span { border-color: #FB0781; }
span { border-color: rgb(251,7,129); }
td.TdClassName
{
border-color: #FB0781;
}
.TagClassName
{
border-color: #FB0781;
}
</style>