Shades of Hollywood Cerise #FA0597
Tints of Hollywood Cerise #FA0597
RGB
CMYK
RGB Variations
Color information
#FA0597 (or 0xFA0597) is known color: Hollywood Cerise. HEX triplet: FA, 05 and 97. RGB value is (250,5,151). Sum of RGB (Red+Green+Blue) = 250+5+151=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0597 is #05FA68. Grayscale: #5E5E5E. Windows color (decimal): -391785 or 9897466. OLE color: 9897466.
HSL color Cylindrical-coordinate representation of color #FA0597: hue angle of 324.24º 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 #FA0597 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.02 |
| HSL | 324.24º | 0.96% | 0.5% | - |
| HSV(B) | 324.24º | 0.98% | 0.98% | - |
| XYZ | 45.06 | 22.67 | 31.28 | - |
| YUV | 94.9 | 159.67 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 151 | 0 | 0.98 | 0.40 | 0.02 | 324.24 | 0.96 | 0.5 |
| Hex | FA | 5 | 97 | 0 | 62 | 28 | 2 | 144 | 60 | 32 |
| Octal | 372 | 5 | 227 | 0 | 142 | 50 | 2 | 504 | 140 | 62 |
| Binary | 11111010 | 101 | 10010111 | 0 | 1100010 | 101000 | 10 | 101000100 | 1100000 | 110010 |
Color Harmonies of #FA0597
Complementary color
Monochromatic Colors of #FA0597
Black with #FA0597
Text Example
Text Example
White with #FA0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0597; }
p { color: rgb(250,5,151); }
H1.HeaderClassName
{
color: #FA0597;
}
.AnyTagClassName
{
color: #FA0597;
}
</style>
background-color css
<style>
a { background-color: #FA0597; }
a { background-color: rgb(250,5,151); }
div.DivClassName
{
background-color: #FA0597;
}
.BgClassName
{
background-color: #FA0597;
}
</style>
border-color css
<style>
span { border-color: #FA0597; }
span { border-color: rgb(250,5,151); }
td.TdClassName
{
border-color: #FA0597;
}
.TagClassName
{
border-color: #FA0597;
}
</style>