Shades of Hollywood Cerise #FA079D
Tints of Hollywood Cerise #FA079D
RGB
CMYK
RGB Variations
Color information
#FA079D (or 0xFA079D) is known color: Hollywood Cerise. HEX triplet: FA, 07 and 9D. RGB value is (250,7,157). Sum of RGB (Red+Green+Blue) = 250+7+157=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA079D is #05F862. Grayscale: #606060. Windows color (decimal): -391267 or 10291194. OLE color: 10291194.
HSL color Cylindrical-coordinate representation of color #FA079D: hue angle of 322.96º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA079D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.02 |
| HSL | 322.96º | 0.96% | 0.5% | - |
| HSV(B) | 322.96º | 0.97% | 0.98% | - |
| XYZ | 45.59 | 22.91 | 33.92 | - |
| YUV | 96.76 | 162.01 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 157 | 0 | 0.97 | 0.37 | 0.02 | 322.96 | 0.96 | 0.5 |
| Hex | FA | 7 | 9D | 0 | 61 | 25 | 2 | 143 | 60 | 32 |
| Octal | 372 | 7 | 235 | 0 | 141 | 45 | 2 | 503 | 140 | 62 |
| Binary | 11111010 | 111 | 10011101 | 0 | 1100001 | 100101 | 10 | 101000011 | 1100000 | 110010 |
Color Harmonies of #FA079D
Complementary color
Monochromatic Colors of #FA079D
Black with #FA079D
Text Example
Text Example
White with #FA079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA079D; }
p { color: rgb(250,7,157); }
H1.HeaderClassName
{
color: #FA079D;
}
.AnyTagClassName
{
color: #FA079D;
}
</style>
background-color css
<style>
a { background-color: #FA079D; }
a { background-color: rgb(250,7,157); }
div.DivClassName
{
background-color: #FA079D;
}
.BgClassName
{
background-color: #FA079D;
}
</style>
border-color css
<style>
span { border-color: #FA079D; }
span { border-color: rgb(250,7,157); }
td.TdClassName
{
border-color: #FA079D;
}
.TagClassName
{
border-color: #FA079D;
}
</style>