Shades of Hollywood Cerise #FA009D
Tints of Hollywood Cerise #FA009D
RGB
CMYK
RGB Variations
Color information
#FA009D (or 0xFA009D) is known color: Hollywood Cerise. HEX triplet: FA, 00 and 9D. RGB value is (250,0,157). Sum of RGB (Red+Green+Blue) = 250+0+157=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA009D is #05FF62. Grayscale: #5C5C5C. Windows color (decimal): -393059 or 10289402. OLE color: 10289402.
HSL color Cylindrical-coordinate representation of color #FA009D: hue angle of 322.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA009D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.37 | 0.02 |
| HSL | 322.32º | 1% | 0.49% | - |
| HSV(B) | 322.32º | 1% | 0.98% | - |
| XYZ | 45.51 | 22.76 | 33.89 | - |
| YUV | 92.65 | 164.33 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 157 | 0 | 1 | 0.37 | 0.02 | 322.32 | 1 | 0.49 |
| Hex | FA | 0 | 9D | 0 | 64 | 25 | 2 | 142 | 64 | 31 |
| Octal | 372 | 0 | 235 | 0 | 144 | 45 | 2 | 502 | 144 | 61 |
| Binary | 11111010 | 0 | 10011101 | 0 | 1100100 | 100101 | 10 | 101000010 | 1100100 | 110001 |
Color Harmonies of #FA009D
Complementary color
Monochromatic Colors of #FA009D
Black with #FA009D
Text Example
Text Example
White with #FA009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA009D; }
p { color: rgb(250,0,157); }
H1.HeaderClassName
{
color: #FA009D;
}
.AnyTagClassName
{
color: #FA009D;
}
</style>
background-color css
<style>
a { background-color: #FA009D; }
a { background-color: rgb(250,0,157); }
div.DivClassName
{
background-color: #FA009D;
}
.BgClassName
{
background-color: #FA009D;
}
</style>
border-color css
<style>
span { border-color: #FA009D; }
span { border-color: rgb(250,0,157); }
td.TdClassName
{
border-color: #FA009D;
}
.TagClassName
{
border-color: #FA009D;
}
</style>