Shades of Hollywood Cerise #F405A3
Tints of Hollywood Cerise #F405A3
RGB
CMYK
RGB Variations
Color information
#F405A3 (or 0xF405A3) is known color: Hollywood Cerise. HEX triplet: F4, 05 and A3. RGB value is (244,5,163). Sum of RGB (Red+Green+Blue) = 244+5+163=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F405A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F405A3 is #0BFA5C. Grayscale: #5E5E5E. Windows color (decimal): -784989 or 10683892. OLE color: 10683892.
HSL color Cylindrical-coordinate representation of color #F405A3: hue angle of 320.33º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405A3 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 163 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.04 |
| HSL | 320.33º | 0.96% | 0.49% | - |
| HSV(B) | 320.33º | 0.98% | 0.96% | - |
| XYZ | 43.97 | 21.99 | 36.58 | - |
| YUV | 94.47 | 166.68 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 163 | 0 | 0.98 | 0.33 | 0.04 | 320.33 | 0.96 | 0.49 |
| Hex | F4 | 5 | A3 | 0 | 62 | 21 | 4 | 140 | 60 | 31 |
| Octal | 364 | 5 | 243 | 0 | 142 | 41 | 4 | 500 | 140 | 61 |
| Binary | 11110100 | 101 | 10100011 | 0 | 1100010 | 100001 | 100 | 101000000 | 1100000 | 110001 |
Color Harmonies of #F405A3
Complementary color
Monochromatic Colors of #F405A3
Black with #F405A3
Text Example
Text Example
White with #F405A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405A3; }
p { color: rgb(244,5,163); }
H1.HeaderClassName
{
color: #F405A3;
}
.AnyTagClassName
{
color: #F405A3;
}
</style>
background-color css
<style>
a { background-color: #F405A3; }
a { background-color: rgb(244,5,163); }
div.DivClassName
{
background-color: #F405A3;
}
.BgClassName
{
background-color: #F405A3;
}
</style>
border-color css
<style>
span { border-color: #F405A3; }
span { border-color: rgb(244,5,163); }
td.TdClassName
{
border-color: #F405A3;
}
.TagClassName
{
border-color: #F405A3;
}
</style>