Shades of Hollywood Cerise #FA03A2
Tints of Hollywood Cerise #FA03A2
RGB
CMYK
RGB Variations
Color information
#FA03A2 (or 0xFA03A2) is known color: Hollywood Cerise. HEX triplet: FA, 03 and A2. RGB value is (250,3,162). Sum of RGB (Red+Green+Blue) = 250+3+162=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA03A2 is #05FC5D. Grayscale: #5E5E5E. Windows color (decimal): -392286 or 10617850. OLE color: 10617850.
HSL color Cylindrical-coordinate representation of color #FA03A2: hue angle of 321.38º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA03A2 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.02 |
| HSL | 321.38º | 0.98% | 0.5% | - |
| HSV(B) | 321.38º | 0.99% | 0.98% | - |
| XYZ | 45.98 | 23 | 36.2 | - |
| YUV | 94.98 | 165.83 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 162 | 0 | 0.99 | 0.35 | 0.02 | 321.38 | 0.98 | 0.5 |
| Hex | FA | 3 | A2 | 0 | 63 | 23 | 2 | 141 | 62 | 32 |
| Octal | 372 | 3 | 242 | 0 | 143 | 43 | 2 | 501 | 142 | 62 |
| Binary | 11111010 | 11 | 10100010 | 0 | 1100011 | 100011 | 10 | 101000001 | 1100010 | 110010 |
Color Harmonies of #FA03A2
Complementary color
Monochromatic Colors of #FA03A2
Black with #FA03A2
Text Example
Text Example
White with #FA03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03A2; }
p { color: rgb(250,3,162); }
H1.HeaderClassName
{
color: #FA03A2;
}
.AnyTagClassName
{
color: #FA03A2;
}
</style>
background-color css
<style>
a { background-color: #FA03A2; }
a { background-color: rgb(250,3,162); }
div.DivClassName
{
background-color: #FA03A2;
}
.BgClassName
{
background-color: #FA03A2;
}
</style>
border-color css
<style>
span { border-color: #FA03A2; }
span { border-color: rgb(250,3,162); }
td.TdClassName
{
border-color: #FA03A2;
}
.TagClassName
{
border-color: #FA03A2;
}
</style>