Shades of Deep Pink #FB078D
Tints of Deep Pink #FB078D
RGB
CMYK
RGB Variations
Color information
#FB078D (or 0xFB078D) is known color: Deep Pink. HEX triplet: FB, 07 and 8D. RGB value is (251,7,141). Sum of RGB (Red+Green+Blue) = 251+7+141=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB078D is #04F872. Grayscale: #5E5E5E. Windows color (decimal): -325747 or 9242619. OLE color: 9242619.
HSL color Cylindrical-coordinate representation of color #FB078D: hue angle of 327.05º 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 #FB078D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.02 |
| HSL | 327.05º | 0.97% | 0.51% | - |
| HSV(B) | 327.05º | 0.97% | 0.98% | - |
| XYZ | 44.67 | 22.58 | 27.2 | - |
| YUV | 95.23 | 153.84 | 239.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 141 | 0 | 0.97 | 0.44 | 0.02 | 327.05 | 0.97 | 0.51 |
| Hex | FB | 7 | 8D | 0 | 61 | 2C | 2 | 147 | 61 | 33 |
| Octal | 373 | 7 | 215 | 0 | 141 | 54 | 2 | 507 | 141 | 63 |
| Binary | 11111011 | 111 | 10001101 | 0 | 1100001 | 101100 | 10 | 101000111 | 1100001 | 110011 |
Color Harmonies of #FB078D
Complementary color
Monochromatic Colors of #FB078D
Black with #FB078D
Text Example
Text Example
White with #FB078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB078D; }
p { color: rgb(251,7,141); }
H1.HeaderClassName
{
color: #FB078D;
}
.AnyTagClassName
{
color: #FB078D;
}
</style>
background-color css
<style>
a { background-color: #FB078D; }
a { background-color: rgb(251,7,141); }
div.DivClassName
{
background-color: #FB078D;
}
.BgClassName
{
background-color: #FB078D;
}
</style>
border-color css
<style>
span { border-color: #FB078D; }
span { border-color: rgb(251,7,141); }
td.TdClassName
{
border-color: #FB078D;
}
.TagClassName
{
border-color: #FB078D;
}
</style>