Shades of Hollywood Cerise #FA0095
Tints of Hollywood Cerise #FA0095
RGB
CMYK
RGB Variations
Color information
#FA0095 (or 0xFA0095) is known color: Hollywood Cerise. HEX triplet: FA, 00 and 95. RGB value is (250,0,149). Sum of RGB (Red+Green+Blue) = 250+0+149=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0095 is #05FF6A. Grayscale: #5B5B5B. Windows color (decimal): -393067 or 9765114. OLE color: 9765114.
HSL color Cylindrical-coordinate representation of color #FA0095: hue angle of 324.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0095 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.40 | 0.02 |
| HSL | 324.24º | 1% | 0.49% | - |
| HSV(B) | 324.24º | 1% | 0.98% | - |
| XYZ | 44.85 | 22.49 | 30.41 | - |
| YUV | 91.74 | 160.33 | 240.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 149 | 0 | 1 | 0.40 | 0.02 | 324.24 | 1 | 0.49 |
| Hex | FA | 0 | 95 | 0 | 64 | 28 | 2 | 144 | 64 | 31 |
| Octal | 372 | 0 | 225 | 0 | 144 | 50 | 2 | 504 | 144 | 61 |
| Binary | 11111010 | 0 | 10010101 | 0 | 1100100 | 101000 | 10 | 101000100 | 1100100 | 110001 |
Color Harmonies of #FA0095
Complementary color
Monochromatic Colors of #FA0095
Black with #FA0095
Text Example
Text Example
White with #FA0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0095; }
p { color: rgb(250,0,149); }
H1.HeaderClassName
{
color: #FA0095;
}
.AnyTagClassName
{
color: #FA0095;
}
</style>
background-color css
<style>
a { background-color: #FA0095; }
a { background-color: rgb(250,0,149); }
div.DivClassName
{
background-color: #FA0095;
}
.BgClassName
{
background-color: #FA0095;
}
</style>
border-color css
<style>
span { border-color: #FA0095; }
span { border-color: rgb(250,0,149); }
td.TdClassName
{
border-color: #FA0095;
}
.TagClassName
{
border-color: #FA0095;
}
</style>