Shades of Hollywood Cerise #FA059C
Tints of Hollywood Cerise #FA059C
RGB
CMYK
RGB Variations
Color information
#FA059C (or 0xFA059C) is known color: Hollywood Cerise. HEX triplet: FA, 05 and 9C. RGB value is (250,5,156). Sum of RGB (Red+Green+Blue) = 250+5+156=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA059C is #05FA63. Grayscale: #5F5F5F. Windows color (decimal): -391780 or 10225146. OLE color: 10225146.
HSL color Cylindrical-coordinate representation of color #FA059C: hue angle of 323.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA059C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.02 |
| HSL | 323.02º | 0.96% | 0.5% | - |
| HSV(B) | 323.02º | 0.98% | 0.98% | - |
| XYZ | 45.48 | 22.83 | 33.46 | - |
| YUV | 95.47 | 162.17 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 156 | 0 | 0.98 | 0.38 | 0.02 | 323.02 | 0.96 | 0.5 |
| Hex | FA | 5 | 9C | 0 | 62 | 26 | 2 | 143 | 60 | 32 |
| Octal | 372 | 5 | 234 | 0 | 142 | 46 | 2 | 503 | 140 | 62 |
| Binary | 11111010 | 101 | 10011100 | 0 | 1100010 | 100110 | 10 | 101000011 | 1100000 | 110010 |
Color Harmonies of #FA059C
Complementary color
Monochromatic Colors of #FA059C
Black with #FA059C
Text Example
Text Example
White with #FA059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA059C; }
p { color: rgb(250,5,156); }
H1.HeaderClassName
{
color: #FA059C;
}
.AnyTagClassName
{
color: #FA059C;
}
</style>
background-color css
<style>
a { background-color: #FA059C; }
a { background-color: rgb(250,5,156); }
div.DivClassName
{
background-color: #FA059C;
}
.BgClassName
{
background-color: #FA059C;
}
</style>
border-color css
<style>
span { border-color: #FA059C; }
span { border-color: rgb(250,5,156); }
td.TdClassName
{
border-color: #FA059C;
}
.TagClassName
{
border-color: #FA059C;
}
</style>