Shades of Hollywood Cerise #FA04B0
Tints of Hollywood Cerise #FA04B0
RGB
CMYK
RGB Variations
Color information
#FA04B0 (or 0xFA04B0) is known color: Hollywood Cerise. HEX triplet: FA, 04 and B0. RGB value is (250,4,176). Sum of RGB (Red+Green+Blue) = 250+4+176=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA04B0 is #05FB4F. Grayscale: #606060. Windows color (decimal): -392016 or 11535610. OLE color: 11535610.
HSL color Cylindrical-coordinate representation of color #FA04B0: hue angle of 318.05º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.02 |
| HSL | 318.05º | 0.97% | 0.5% | - |
| HSV(B) | 318.05º | 0.98% | 0.98% | - |
| XYZ | 47.3 | 23.55 | 43.13 | - |
| YUV | 97.16 | 172.5 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 176 | 0 | 0.98 | 0.30 | 0.02 | 318.05 | 0.97 | 0.5 |
| Hex | FA | 4 | B0 | 0 | 62 | 1E | 2 | 13E | 61 | 32 |
| Octal | 372 | 4 | 260 | 0 | 142 | 36 | 2 | 476 | 141 | 62 |
| Binary | 11111010 | 100 | 10110000 | 0 | 1100010 | 11110 | 10 | 100111110 | 1100001 | 110010 |
Color Harmonies of #FA04B0
Complementary color
Monochromatic Colors of #FA04B0
Black with #FA04B0
Text Example
Text Example
White with #FA04B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04B0; }
p { color: rgb(250,4,176); }
H1.HeaderClassName
{
color: #FA04B0;
}
.AnyTagClassName
{
color: #FA04B0;
}
</style>
background-color css
<style>
a { background-color: #FA04B0; }
a { background-color: rgb(250,4,176); }
div.DivClassName
{
background-color: #FA04B0;
}
.BgClassName
{
background-color: #FA04B0;
}
</style>
border-color css
<style>
span { border-color: #FA04B0; }
span { border-color: rgb(250,4,176); }
td.TdClassName
{
border-color: #FA04B0;
}
.TagClassName
{
border-color: #FA04B0;
}
</style>