Shades of Deep Pink #FB077D
Tints of Deep Pink #FB077D
RGB
CMYK
RGB Variations
Color information
#FB077D (or 0xFB077D) is known color: Deep Pink. HEX triplet: FB, 07 and 7D. RGB value is (251,7,125). Sum of RGB (Red+Green+Blue) = 251+7+125=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB077D is #04F882. Grayscale: #5D5D5D. Windows color (decimal): -325763 or 8194043. OLE color: 8194043.
HSL color Cylindrical-coordinate representation of color #FB077D: hue angle of 330.98º 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 #FB077D is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.02 |
| HSL | 330.98º | 0.97% | 0.51% | - |
| HSV(B) | 330.98º | 0.97% | 0.98% | - |
| XYZ | 43.56 | 22.14 | 21.38 | - |
| YUV | 93.41 | 145.84 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 125 | 0 | 0.97 | 0.50 | 0.02 | 330.98 | 0.97 | 0.51 |
| Hex | FB | 7 | 7D | 0 | 61 | 32 | 2 | 14B | 61 | 33 |
| Octal | 373 | 7 | 175 | 0 | 141 | 62 | 2 | 513 | 141 | 63 |
| Binary | 11111011 | 111 | 1111101 | 0 | 1100001 | 110010 | 10 | 101001011 | 1100001 | 110011 |
Color Harmonies of #FB077D
Complementary color
Monochromatic Colors of #FB077D
Black with #FB077D
Text Example
Text Example
White with #FB077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB077D; }
p { color: rgb(251,7,125); }
H1.HeaderClassName
{
color: #FB077D;
}
.AnyTagClassName
{
color: #FB077D;
}
</style>
background-color css
<style>
a { background-color: #FB077D; }
a { background-color: rgb(251,7,125); }
div.DivClassName
{
background-color: #FB077D;
}
.BgClassName
{
background-color: #FB077D;
}
</style>
border-color css
<style>
span { border-color: #FB077D; }
span { border-color: rgb(251,7,125); }
td.TdClassName
{
border-color: #FB077D;
}
.TagClassName
{
border-color: #FB077D;
}
</style>