Shades of Deep Pink #FB078F
Tints of Deep Pink #FB078F
RGB
CMYK
RGB Variations
Color information
#FB078F (or 0xFB078F) is known color: Deep Pink. HEX triplet: FB, 07 and 8F. RGB value is (251,7,143). Sum of RGB (Red+Green+Blue) = 251+7+143=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB078F is #04F870. Grayscale: #5F5F5F. Windows color (decimal): -325745 or 9373691. OLE color: 9373691.
HSL color Cylindrical-coordinate representation of color #FB078F: hue angle of 326.56º 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 #FB078F is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.02 |
| HSL | 326.56º | 0.97% | 0.51% | - |
| HSV(B) | 326.56º | 0.97% | 0.98% | - |
| XYZ | 44.82 | 22.64 | 28 | - |
| YUV | 95.46 | 154.84 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 143 | 0 | 0.97 | 0.43 | 0.02 | 326.56 | 0.97 | 0.51 |
| Hex | FB | 7 | 8F | 0 | 61 | 2B | 2 | 147 | 61 | 33 |
| Octal | 373 | 7 | 217 | 0 | 141 | 53 | 2 | 507 | 141 | 63 |
| Binary | 11111011 | 111 | 10001111 | 0 | 1100001 | 101011 | 10 | 101000111 | 1100001 | 110011 |
Color Harmonies of #FB078F
Complementary color
Monochromatic Colors of #FB078F
Black with #FB078F
Text Example
Text Example
White with #FB078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB078F; }
p { color: rgb(251,7,143); }
H1.HeaderClassName
{
color: #FB078F;
}
.AnyTagClassName
{
color: #FB078F;
}
</style>
background-color css
<style>
a { background-color: #FB078F; }
a { background-color: rgb(251,7,143); }
div.DivClassName
{
background-color: #FB078F;
}
.BgClassName
{
background-color: #FB078F;
}
</style>
border-color css
<style>
span { border-color: #FB078F; }
span { border-color: rgb(251,7,143); }
td.TdClassName
{
border-color: #FB078F;
}
.TagClassName
{
border-color: #FB078F;
}
</style>