Shades of Hollywood Cerise #FA03A8
Tints of Hollywood Cerise #FA03A8
RGB
CMYK
RGB Variations
Color information
#FA03A8 (or 0xFA03A8) is known color: Hollywood Cerise. HEX triplet: FA, 03 and A8. RGB value is (250,3,168). Sum of RGB (Red+Green+Blue) = 250+3+168=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA03A8 is #05FC57. Grayscale: #5F5F5F. Windows color (decimal): -392280 or 11011066. OLE color: 11011066.
HSL color Cylindrical-coordinate representation of color #FA03A8: hue angle of 319.92º 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 #FA03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.02 |
| HSL | 319.92º | 0.98% | 0.5% | - |
| HSV(B) | 319.92º | 0.99% | 0.98% | - |
| XYZ | 46.52 | 23.22 | 39.07 | - |
| YUV | 95.66 | 168.83 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 168 | 0 | 0.99 | 0.33 | 0.02 | 319.92 | 0.98 | 0.5 |
| Hex | FA | 3 | A8 | 0 | 63 | 21 | 2 | 140 | 62 | 32 |
| Octal | 372 | 3 | 250 | 0 | 143 | 41 | 2 | 500 | 142 | 62 |
| Binary | 11111010 | 11 | 10101000 | 0 | 1100011 | 100001 | 10 | 101000000 | 1100010 | 110010 |
Color Harmonies of #FA03A8
Complementary color
Monochromatic Colors of #FA03A8
Black with #FA03A8
Text Example
Text Example
White with #FA03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03A8; }
p { color: rgb(250,3,168); }
H1.HeaderClassName
{
color: #FA03A8;
}
.AnyTagClassName
{
color: #FA03A8;
}
</style>
background-color css
<style>
a { background-color: #FA03A8; }
a { background-color: rgb(250,3,168); }
div.DivClassName
{
background-color: #FA03A8;
}
.BgClassName
{
background-color: #FA03A8;
}
</style>
border-color css
<style>
span { border-color: #FA03A8; }
span { border-color: rgb(250,3,168); }
td.TdClassName
{
border-color: #FA03A8;
}
.TagClassName
{
border-color: #FA03A8;
}
</style>