Shades of Hollywood Cerise #FA009C
Tints of Hollywood Cerise #FA009C
RGB
CMYK
RGB Variations
Color information
#FA009C (or 0xFA009C) is known color: Hollywood Cerise. HEX triplet: FA, 00 and 9C. RGB value is (250,0,156). Sum of RGB (Red+Green+Blue) = 250+0+156=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA009C is #05FF63. Grayscale: #5C5C5C. Windows color (decimal): -393060 or 10223866. OLE color: 10223866.
HSL color Cylindrical-coordinate representation of color #FA009C: hue angle of 322.56º 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 #FA009C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.38 | 0.02 |
| HSL | 322.56º | 1% | 0.49% | - |
| HSV(B) | 322.56º | 1% | 0.98% | - |
| XYZ | 45.43 | 22.72 | 33.44 | - |
| YUV | 92.53 | 163.83 | 240.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 156 | 0 | 1 | 0.38 | 0.02 | 322.56 | 1 | 0.49 |
| Hex | FA | 0 | 9C | 0 | 64 | 26 | 2 | 143 | 64 | 31 |
| Octal | 372 | 0 | 234 | 0 | 144 | 46 | 2 | 503 | 144 | 61 |
| Binary | 11111010 | 0 | 10011100 | 0 | 1100100 | 100110 | 10 | 101000011 | 1100100 | 110001 |
Color Harmonies of #FA009C
Complementary color
Monochromatic Colors of #FA009C
Black with #FA009C
Text Example
Text Example
White with #FA009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA009C; }
p { color: rgb(250,0,156); }
H1.HeaderClassName
{
color: #FA009C;
}
.AnyTagClassName
{
color: #FA009C;
}
</style>
background-color css
<style>
a { background-color: #FA009C; }
a { background-color: rgb(250,0,156); }
div.DivClassName
{
background-color: #FA009C;
}
.BgClassName
{
background-color: #FA009C;
}
</style>
border-color css
<style>
span { border-color: #FA009C; }
span { border-color: rgb(250,0,156); }
td.TdClassName
{
border-color: #FA009C;
}
.TagClassName
{
border-color: #FA009C;
}
</style>