Shades of Hollywood Cerise #FA0291
Tints of Hollywood Cerise #FA0291
RGB
CMYK
RGB Variations
Color information
#FA0291 (or 0xFA0291) is known color: Hollywood Cerise. HEX triplet: FA, 02 and 91. RGB value is (250,2,145). Sum of RGB (Red+Green+Blue) = 250+2+145=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0291 is #05FD6E. Grayscale: #5C5C5C. Windows color (decimal): -392559 or 9503482. OLE color: 9503482.
HSL color Cylindrical-coordinate representation of color #FA0291: hue angle of 325.4º 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 #FA0291 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.02 |
| HSL | 325.4º | 0.98% | 0.49% | - |
| HSV(B) | 325.4º | 0.99% | 0.98% | - |
| XYZ | 44.56 | 22.41 | 28.77 | - |
| YUV | 92.45 | 157.66 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 145 | 0 | 0.99 | 0.42 | 0.02 | 325.4 | 0.98 | 0.49 |
| Hex | FA | 2 | 91 | 0 | 63 | 2A | 2 | 145 | 62 | 31 |
| Octal | 372 | 2 | 221 | 0 | 143 | 52 | 2 | 505 | 142 | 61 |
| Binary | 11111010 | 10 | 10010001 | 0 | 1100011 | 101010 | 10 | 101000101 | 1100010 | 110001 |
Color Harmonies of #FA0291
Complementary color
Monochromatic Colors of #FA0291
Black with #FA0291
Text Example
Text Example
White with #FA0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0291; }
p { color: rgb(250,2,145); }
H1.HeaderClassName
{
color: #FA0291;
}
.AnyTagClassName
{
color: #FA0291;
}
</style>
background-color css
<style>
a { background-color: #FA0291; }
a { background-color: rgb(250,2,145); }
div.DivClassName
{
background-color: #FA0291;
}
.BgClassName
{
background-color: #FA0291;
}
</style>
border-color css
<style>
span { border-color: #FA0291; }
span { border-color: rgb(250,2,145); }
td.TdClassName
{
border-color: #FA0291;
}
.TagClassName
{
border-color: #FA0291;
}
</style>