Shades of Hollywood Cerise #FA0296
Tints of Hollywood Cerise #FA0296
RGB
CMYK
RGB Variations
Color information
#FA0296 (or 0xFA0296) is known color: Hollywood Cerise. HEX triplet: FA, 02 and 96. RGB value is (250,2,150). Sum of RGB (Red+Green+Blue) = 250+2+150=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0296 is #05FD69. Grayscale: #5C5C5C. Windows color (decimal): -392554 or 9831162. OLE color: 9831162.
HSL color Cylindrical-coordinate representation of color #FA0296: hue angle of 324.19º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0296 is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.4 | 0.02 |
| HSL | 324.19º | 0.98% | 0.49% | - |
| HSV(B) | 324.19º | 0.99% | 0.98% | - |
| XYZ | 44.95 | 22.57 | 30.84 | - |
| YUV | 93.02 | 160.16 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 150 | 0 | 0.99 | 0.4 | 0.02 | 324.19 | 0.98 | 0.49 |
| Hex | FA | 2 | 96 | 0 | 63 | 28 | 2 | 144 | 62 | 31 |
| Octal | 372 | 2 | 226 | 0 | 143 | 50 | 2 | 504 | 142 | 61 |
| Binary | 11111010 | 10 | 10010110 | 0 | 1100011 | 101000 | 10 | 101000100 | 1100010 | 110001 |
Color Harmonies of #FA0296
Complementary color
Monochromatic Colors of #FA0296
Black with #FA0296
Text Example
Text Example
White with #FA0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0296; }
p { color: rgb(250,2,150); }
H1.HeaderClassName
{
color: #FA0296;
}
.AnyTagClassName
{
color: #FA0296;
}
</style>
background-color css
<style>
a { background-color: #FA0296; }
a { background-color: rgb(250,2,150); }
div.DivClassName
{
background-color: #FA0296;
}
.BgClassName
{
background-color: #FA0296;
}
</style>
border-color css
<style>
span { border-color: #FA0296; }
span { border-color: rgb(250,2,150); }
td.TdClassName
{
border-color: #FA0296;
}
.TagClassName
{
border-color: #FA0296;
}
</style>