Shades of Hollywood Cerise #F409A3
Tints of Hollywood Cerise #F409A3
RGB
CMYK
RGB Variations
Color information
#F409A3 (or 0xF409A3) is known color: Hollywood Cerise. HEX triplet: F4, 09 and A3. RGB value is (244,9,163). Sum of RGB (Red+Green+Blue) = 244+9+163=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F409A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F409A3 is #0BF65C. Grayscale: #606060. Windows color (decimal): -783965 or 10684916. OLE color: 10684916.
HSL color Cylindrical-coordinate representation of color #F409A3: hue angle of 320.68º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F409A3 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 163 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.04 |
| HSL | 320.68º | 0.93% | 0.5% | - |
| HSV(B) | 320.68º | 0.96% | 0.96% | - |
| XYZ | 44.02 | 22.07 | 36.59 | - |
| YUV | 96.82 | 165.36 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 163 | 0 | 0.96 | 0.33 | 0.04 | 320.68 | 0.93 | 0.5 |
| Hex | F4 | 9 | A3 | 0 | 60 | 21 | 4 | 141 | 5D | 32 |
| Octal | 364 | 11 | 243 | 0 | 140 | 41 | 4 | 501 | 135 | 62 |
| Binary | 11110100 | 1001 | 10100011 | 0 | 1100000 | 100001 | 100 | 101000001 | 1011101 | 110010 |
Color Harmonies of #F409A3
Complementary color
Monochromatic Colors of #F409A3
Black with #F409A3
Text Example
Text Example
White with #F409A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409A3; }
p { color: rgb(244,9,163); }
H1.HeaderClassName
{
color: #F409A3;
}
.AnyTagClassName
{
color: #F409A3;
}
</style>
background-color css
<style>
a { background-color: #F409A3; }
a { background-color: rgb(244,9,163); }
div.DivClassName
{
background-color: #F409A3;
}
.BgClassName
{
background-color: #F409A3;
}
</style>
border-color css
<style>
span { border-color: #F409A3; }
span { border-color: rgb(244,9,163); }
td.TdClassName
{
border-color: #F409A3;
}
.TagClassName
{
border-color: #F409A3;
}
</style>