Shades of Hollywood Cerise #FA0696
Tints of Hollywood Cerise #FA0696
RGB
CMYK
RGB Variations
Color information
#FA0696 (or 0xFA0696) is known color: Hollywood Cerise. HEX triplet: FA, 06 and 96. RGB value is (250,6,150). Sum of RGB (Red+Green+Blue) = 250+6+150=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0696 is #05F969. Grayscale: #5F5F5F. Windows color (decimal): -391530 or 9832186. OLE color: 9832186.
HSL color Cylindrical-coordinate representation of color #FA0696: hue angle of 324.59º 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 #FA0696 is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 150 | - |
| CMYK | 0 | 0.98 | 0.4 | 0.02 |
| HSL | 324.59º | 0.96% | 0.5% | - |
| HSV(B) | 324.59º | 0.98% | 0.98% | - |
| XYZ | 44.99 | 22.66 | 30.86 | - |
| YUV | 95.37 | 158.84 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 150 | 0 | 0.98 | 0.4 | 0.02 | 324.59 | 0.96 | 0.5 |
| Hex | FA | 6 | 96 | 0 | 62 | 28 | 2 | 145 | 60 | 32 |
| Octal | 372 | 6 | 226 | 0 | 142 | 50 | 2 | 505 | 140 | 62 |
| Binary | 11111010 | 110 | 10010110 | 0 | 1100010 | 101000 | 10 | 101000101 | 1100000 | 110010 |
Color Harmonies of #FA0696
Complementary color
Monochromatic Colors of #FA0696
Black with #FA0696
Text Example
Text Example
White with #FA0696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0696; }
p { color: rgb(250,6,150); }
H1.HeaderClassName
{
color: #FA0696;
}
.AnyTagClassName
{
color: #FA0696;
}
</style>
background-color css
<style>
a { background-color: #FA0696; }
a { background-color: rgb(250,6,150); }
div.DivClassName
{
background-color: #FA0696;
}
.BgClassName
{
background-color: #FA0696;
}
</style>
border-color css
<style>
span { border-color: #FA0696; }
span { border-color: rgb(250,6,150); }
td.TdClassName
{
border-color: #FA0696;
}
.TagClassName
{
border-color: #FA0696;
}
</style>