Shades of Hollywood Cerise #FA0099
Tints of Hollywood Cerise #FA0099
RGB
CMYK
RGB Variations
Color information
#FA0099 (or 0xFA0099) is known color: Hollywood Cerise. HEX triplet: FA, 00 and 99. RGB value is (250,0,153). Sum of RGB (Red+Green+Blue) = 250+0+153=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0099 is #05FF66. Grayscale: #5B5B5B. Windows color (decimal): -393063 or 10027258. OLE color: 10027258.
HSL color Cylindrical-coordinate representation of color #FA0099: hue angle of 323.28º 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 #FA0099 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.39 | 0.02 |
| HSL | 323.28º | 1% | 0.49% | - |
| HSV(B) | 323.28º | 1% | 0.98% | - |
| XYZ | 45.17 | 22.62 | 32.12 | - |
| YUV | 92.19 | 162.33 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 153 | 0 | 1 | 0.39 | 0.02 | 323.28 | 1 | 0.49 |
| Hex | FA | 0 | 99 | 0 | 64 | 27 | 2 | 143 | 64 | 31 |
| Octal | 372 | 0 | 231 | 0 | 144 | 47 | 2 | 503 | 144 | 61 |
| Binary | 11111010 | 0 | 10011001 | 0 | 1100100 | 100111 | 10 | 101000011 | 1100100 | 110001 |
Color Harmonies of #FA0099
Complementary color
Monochromatic Colors of #FA0099
Black with #FA0099
Text Example
Text Example
White with #FA0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0099; }
p { color: rgb(250,0,153); }
H1.HeaderClassName
{
color: #FA0099;
}
.AnyTagClassName
{
color: #FA0099;
}
</style>
background-color css
<style>
a { background-color: #FA0099; }
a { background-color: rgb(250,0,153); }
div.DivClassName
{
background-color: #FA0099;
}
.BgClassName
{
background-color: #FA0099;
}
</style>
border-color css
<style>
span { border-color: #FA0099; }
span { border-color: rgb(250,0,153); }
td.TdClassName
{
border-color: #FA0099;
}
.TagClassName
{
border-color: #FA0099;
}
</style>