Shades of Hollywood Cerise #FA059D
Tints of Hollywood Cerise #FA059D
RGB
CMYK
RGB Variations
Color information
#FA059D (or 0xFA059D) is known color: Hollywood Cerise. HEX triplet: FA, 05 and 9D. RGB value is (250,5,157). Sum of RGB (Red+Green+Blue) = 250+5+157=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA059D is #05FA62. Grayscale: #5F5F5F. Windows color (decimal): -391779 or 10290682. OLE color: 10290682.
HSL color Cylindrical-coordinate representation of color #FA059D: hue angle of 322.78º 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 #FA059D is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.02 |
| HSL | 322.78º | 0.96% | 0.5% | - |
| HSV(B) | 322.78º | 0.98% | 0.98% | - |
| XYZ | 45.56 | 22.87 | 33.91 | - |
| YUV | 95.58 | 162.67 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 157 | 0 | 0.98 | 0.37 | 0.02 | 322.78 | 0.96 | 0.5 |
| Hex | FA | 5 | 9D | 0 | 62 | 25 | 2 | 143 | 60 | 32 |
| Octal | 372 | 5 | 235 | 0 | 142 | 45 | 2 | 503 | 140 | 62 |
| Binary | 11111010 | 101 | 10011101 | 0 | 1100010 | 100101 | 10 | 101000011 | 1100000 | 110010 |
Color Harmonies of #FA059D
Complementary color
Monochromatic Colors of #FA059D
Black with #FA059D
Text Example
Text Example
White with #FA059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA059D; }
p { color: rgb(250,5,157); }
H1.HeaderClassName
{
color: #FA059D;
}
.AnyTagClassName
{
color: #FA059D;
}
</style>
background-color css
<style>
a { background-color: #FA059D; }
a { background-color: rgb(250,5,157); }
div.DivClassName
{
background-color: #FA059D;
}
.BgClassName
{
background-color: #FA059D;
}
</style>
border-color css
<style>
span { border-color: #FA059D; }
span { border-color: rgb(250,5,157); }
td.TdClassName
{
border-color: #FA059D;
}
.TagClassName
{
border-color: #FA059D;
}
</style>