Shades of Hollywood Cerise #FB079F
Tints of Hollywood Cerise #FB079F
RGB
CMYK
RGB Variations
Color information
#FB079F (or 0xFB079F) is known color: Hollywood Cerise. HEX triplet: FB, 07 and 9F. RGB value is (251,7,159). Sum of RGB (Red+Green+Blue) = 251+7+159=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB079F is #04F860. Grayscale: #606060. Windows color (decimal): -325729 or 10422267. OLE color: 10422267.
HSL color Cylindrical-coordinate representation of color #FB079F: hue angle of 322.62º 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 #FB079F is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.02 |
| HSL | 322.62º | 0.97% | 0.51% | - |
| HSV(B) | 322.62º | 0.97% | 0.98% | - |
| XYZ | 46.12 | 23.16 | 34.84 | - |
| YUV | 97.28 | 162.84 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 159 | 0 | 0.97 | 0.37 | 0.02 | 322.62 | 0.97 | 0.51 |
| Hex | FB | 7 | 9F | 0 | 61 | 25 | 2 | 143 | 61 | 33 |
| Octal | 373 | 7 | 237 | 0 | 141 | 45 | 2 | 503 | 141 | 63 |
| Binary | 11111011 | 111 | 10011111 | 0 | 1100001 | 100101 | 10 | 101000011 | 1100001 | 110011 |
Color Harmonies of #FB079F
Complementary color
Monochromatic Colors of #FB079F
Black with #FB079F
Text Example
Text Example
White with #FB079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB079F; }
p { color: rgb(251,7,159); }
H1.HeaderClassName
{
color: #FB079F;
}
.AnyTagClassName
{
color: #FB079F;
}
</style>
background-color css
<style>
a { background-color: #FB079F; }
a { background-color: rgb(251,7,159); }
div.DivClassName
{
background-color: #FB079F;
}
.BgClassName
{
background-color: #FB079F;
}
</style>
border-color css
<style>
span { border-color: #FB079F; }
span { border-color: rgb(251,7,159); }
td.TdClassName
{
border-color: #FB079F;
}
.TagClassName
{
border-color: #FB079F;
}
</style>