Shades of Hollywood Cerise #FA0293
Tints of Hollywood Cerise #FA0293
RGB
CMYK
RGB Variations
Color information
#FA0293 (or 0xFA0293) is known color: Hollywood Cerise. HEX triplet: FA, 02 and 93. RGB value is (250,2,147). Sum of RGB (Red+Green+Blue) = 250+2+147=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0293 is #05FD6C. Grayscale: #5C5C5C. Windows color (decimal): -392557 or 9634554. OLE color: 9634554.
HSL color Cylindrical-coordinate representation of color #FA0293: hue angle of 324.92º 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 #FA0293 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.02 |
| HSL | 324.92º | 0.98% | 0.49% | - |
| HSV(B) | 324.92º | 0.99% | 0.98% | - |
| XYZ | 44.71 | 22.47 | 29.59 | - |
| YUV | 92.68 | 158.66 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 147 | 0 | 0.99 | 0.41 | 0.02 | 324.92 | 0.98 | 0.49 |
| Hex | FA | 2 | 93 | 0 | 63 | 29 | 2 | 145 | 62 | 31 |
| Octal | 372 | 2 | 223 | 0 | 143 | 51 | 2 | 505 | 142 | 61 |
| Binary | 11111010 | 10 | 10010011 | 0 | 1100011 | 101001 | 10 | 101000101 | 1100010 | 110001 |
Color Harmonies of #FA0293
Complementary color
Monochromatic Colors of #FA0293
Black with #FA0293
Text Example
Text Example
White with #FA0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0293; }
p { color: rgb(250,2,147); }
H1.HeaderClassName
{
color: #FA0293;
}
.AnyTagClassName
{
color: #FA0293;
}
</style>
background-color css
<style>
a { background-color: #FA0293; }
a { background-color: rgb(250,2,147); }
div.DivClassName
{
background-color: #FA0293;
}
.BgClassName
{
background-color: #FA0293;
}
</style>
border-color css
<style>
span { border-color: #FA0293; }
span { border-color: rgb(250,2,147); }
td.TdClassName
{
border-color: #FA0293;
}
.TagClassName
{
border-color: #FA0293;
}
</style>