Shades of Hollywood Cerise #FA019C
Tints of Hollywood Cerise #FA019C
RGB
CMYK
RGB Variations
Color information
#FA019C (or 0xFA019C) is known color: Hollywood Cerise. HEX triplet: FA, 01 and 9C. RGB value is (250,1,156). Sum of RGB (Red+Green+Blue) = 250+1+156=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA019C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA019C is #05FE63. Grayscale: #5C5C5C. Windows color (decimal): -392804 or 10224122. OLE color: 10224122.
HSL color Cylindrical-coordinate representation of color #FA019C: hue angle of 322.65º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA019C is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.02 |
| HSL | 322.65º | 0.99% | 0.49% | - |
| HSV(B) | 322.65º | 1% | 0.98% | - |
| XYZ | 45.44 | 22.75 | 33.45 | - |
| YUV | 93.12 | 163.49 | 239.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 156 | 0 | 1.00 | 0.38 | 0.02 | 322.65 | 0.99 | 0.49 |
| Hex | FA | 1 | 9C | 0 | 64 | 26 | 2 | 143 | 63 | 31 |
| Octal | 372 | 1 | 234 | 0 | 144 | 46 | 2 | 503 | 143 | 61 |
| Binary | 11111010 | 1 | 10011100 | 0 | 1100100 | 100110 | 10 | 101000011 | 1100011 | 110001 |
Color Harmonies of #FA019C
Complementary color
Monochromatic Colors of #FA019C
Black with #FA019C
Text Example
Text Example
White with #FA019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA019C; }
p { color: rgb(250,1,156); }
H1.HeaderClassName
{
color: #FA019C;
}
.AnyTagClassName
{
color: #FA019C;
}
</style>
background-color css
<style>
a { background-color: #FA019C; }
a { background-color: rgb(250,1,156); }
div.DivClassName
{
background-color: #FA019C;
}
.BgClassName
{
background-color: #FA019C;
}
</style>
border-color css
<style>
span { border-color: #FA019C; }
span { border-color: rgb(250,1,156); }
td.TdClassName
{
border-color: #FA019C;
}
.TagClassName
{
border-color: #FA019C;
}
</style>