Shades of Hollywood Cerise #FA0093
Tints of Hollywood Cerise #FA0093
RGB
CMYK
RGB Variations
Color information
#FA0093 (or 0xFA0093) is known color: Hollywood Cerise. HEX triplet: FA, 00 and 93. RGB value is (250,0,147). Sum of RGB (Red+Green+Blue) = 250+0+147=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0093 is #05FF6C. Grayscale: #5B5B5B. Windows color (decimal): -393069 or 9634042. OLE color: 9634042.
HSL color Cylindrical-coordinate representation of color #FA0093: hue angle of 324.72º 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 #FA0093 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.41 | 0.02 |
| HSL | 324.72º | 1% | 0.49% | - |
| HSV(B) | 324.72º | 1% | 0.98% | - |
| XYZ | 44.69 | 22.43 | 29.58 | - |
| YUV | 91.51 | 159.33 | 241.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 147 | 0 | 1 | 0.41 | 0.02 | 324.72 | 1 | 0.49 |
| Hex | FA | 0 | 93 | 0 | 64 | 29 | 2 | 145 | 64 | 31 |
| Octal | 372 | 0 | 223 | 0 | 144 | 51 | 2 | 505 | 144 | 61 |
| Binary | 11111010 | 0 | 10010011 | 0 | 1100100 | 101001 | 10 | 101000101 | 1100100 | 110001 |
Color Harmonies of #FA0093
Complementary color
Monochromatic Colors of #FA0093
Black with #FA0093
Text Example
Text Example
White with #FA0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0093; }
p { color: rgb(250,0,147); }
H1.HeaderClassName
{
color: #FA0093;
}
.AnyTagClassName
{
color: #FA0093;
}
</style>
background-color css
<style>
a { background-color: #FA0093; }
a { background-color: rgb(250,0,147); }
div.DivClassName
{
background-color: #FA0093;
}
.BgClassName
{
background-color: #FA0093;
}
</style>
border-color css
<style>
span { border-color: #FA0093; }
span { border-color: rgb(250,0,147); }
td.TdClassName
{
border-color: #FA0093;
}
.TagClassName
{
border-color: #FA0093;
}
</style>