Shades of Hollywood Cerise #FA0798
Tints of Hollywood Cerise #FA0798
RGB
CMYK
RGB Variations
Color information
#FA0798 (or 0xFA0798) is known color: Hollywood Cerise. HEX triplet: FA, 07 and 98. RGB value is (250,7,152). Sum of RGB (Red+Green+Blue) = 250+7+152=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0798 is #05F867. Grayscale: #5F5F5F. Windows color (decimal): -391272 or 9963514. OLE color: 9963514.
HSL color Cylindrical-coordinate representation of color #FA0798: hue angle of 324.2º 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 #FA0798 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.02 |
| HSL | 324.2º | 0.96% | 0.5% | - |
| HSV(B) | 324.2º | 0.97% | 0.98% | - |
| XYZ | 45.17 | 22.74 | 31.71 | - |
| YUV | 96.19 | 159.51 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 152 | 0 | 0.97 | 0.39 | 0.02 | 324.2 | 0.96 | 0.5 |
| Hex | FA | 7 | 98 | 0 | 61 | 27 | 2 | 144 | 60 | 32 |
| Octal | 372 | 7 | 230 | 0 | 141 | 47 | 2 | 504 | 140 | 62 |
| Binary | 11111010 | 111 | 10011000 | 0 | 1100001 | 100111 | 10 | 101000100 | 1100000 | 110010 |
Color Harmonies of #FA0798
Complementary color
Monochromatic Colors of #FA0798
Black with #FA0798
Text Example
Text Example
White with #FA0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0798; }
p { color: rgb(250,7,152); }
H1.HeaderClassName
{
color: #FA0798;
}
.AnyTagClassName
{
color: #FA0798;
}
</style>
background-color css
<style>
a { background-color: #FA0798; }
a { background-color: rgb(250,7,152); }
div.DivClassName
{
background-color: #FA0798;
}
.BgClassName
{
background-color: #FA0798;
}
</style>
border-color css
<style>
span { border-color: #FA0798; }
span { border-color: rgb(250,7,152); }
td.TdClassName
{
border-color: #FA0798;
}
.TagClassName
{
border-color: #FA0798;
}
</style>