Shades of Hollywood Cerise #FA0CA8
Tints of Hollywood Cerise #FA0CA8
RGB
CMYK
RGB Variations
Color information
#FA0CA8 (or 0xFA0CA8) is known color: Hollywood Cerise. HEX triplet: FA, 0C and A8. RGB value is (250,12,168). Sum of RGB (Red+Green+Blue) = 250+12+168=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0CA8 is #05F357. Grayscale: #646464. Windows color (decimal): -389976 or 11013370. OLE color: 11013370.
HSL color Cylindrical-coordinate representation of color #FA0CA8: hue angle of 320.67º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CA8 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 168 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.02 |
| HSL | 320.67º | 0.96% | 0.51% | - |
| HSV(B) | 320.67º | 0.95% | 0.98% | - |
| XYZ | 46.62 | 23.41 | 39.11 | - |
| YUV | 100.95 | 165.85 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 168 | 0 | 0.95 | 0.33 | 0.02 | 320.67 | 0.96 | 0.51 |
| Hex | FA | C | A8 | 0 | 5F | 21 | 2 | 141 | 60 | 33 |
| Octal | 372 | 14 | 250 | 0 | 137 | 41 | 2 | 501 | 140 | 63 |
| Binary | 11111010 | 1100 | 10101000 | 0 | 1011111 | 100001 | 10 | 101000001 | 1100000 | 110011 |
Color Harmonies of #FA0CA8
Complementary color
Monochromatic Colors of #FA0CA8
Black with #FA0CA8
Text Example
Text Example
White with #FA0CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CA8; }
p { color: rgb(250,12,168); }
H1.HeaderClassName
{
color: #FA0CA8;
}
.AnyTagClassName
{
color: #FA0CA8;
}
</style>
background-color css
<style>
a { background-color: #FA0CA8; }
a { background-color: rgb(250,12,168); }
div.DivClassName
{
background-color: #FA0CA8;
}
.BgClassName
{
background-color: #FA0CA8;
}
</style>
border-color css
<style>
span { border-color: #FA0CA8; }
span { border-color: rgb(250,12,168); }
td.TdClassName
{
border-color: #FA0CA8;
}
.TagClassName
{
border-color: #FA0CA8;
}
</style>