Shades of Hollywood Cerise #F405AC
Tints of Hollywood Cerise #F405AC
RGB
CMYK
RGB Variations
Color information
#F405AC (or 0xF405AC) is known color: Hollywood Cerise. HEX triplet: F4, 05 and AC. RGB value is (244,5,172). Sum of RGB (Red+Green+Blue) = 244+5+172=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F405AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F405AC is #0BFA53. Grayscale: #5F5F5F. Windows color (decimal): -784980 or 11273716. OLE color: 11273716.
HSL color Cylindrical-coordinate representation of color #F405AC: hue angle of 318.08º 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 #F405AC is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.04 |
| HSL | 318.08º | 0.96% | 0.49% | - |
| HSV(B) | 318.08º | 0.98% | 0.96% | - |
| XYZ | 44.81 | 22.32 | 40.98 | - |
| YUV | 95.5 | 171.18 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 172 | 0 | 0.98 | 0.30 | 0.04 | 318.08 | 0.96 | 0.49 |
| Hex | F4 | 5 | AC | 0 | 62 | 1E | 4 | 13E | 60 | 31 |
| Octal | 364 | 5 | 254 | 0 | 142 | 36 | 4 | 476 | 140 | 61 |
| Binary | 11110100 | 101 | 10101100 | 0 | 1100010 | 11110 | 100 | 100111110 | 1100000 | 110001 |
Color Harmonies of #F405AC
Complementary color
Monochromatic Colors of #F405AC
Black with #F405AC
Text Example
Text Example
White with #F405AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405AC; }
p { color: rgb(244,5,172); }
H1.HeaderClassName
{
color: #F405AC;
}
.AnyTagClassName
{
color: #F405AC;
}
</style>
background-color css
<style>
a { background-color: #F405AC; }
a { background-color: rgb(244,5,172); }
div.DivClassName
{
background-color: #F405AC;
}
.BgClassName
{
background-color: #F405AC;
}
</style>
border-color css
<style>
span { border-color: #F405AC; }
span { border-color: rgb(244,5,172); }
td.TdClassName
{
border-color: #F405AC;
}
.TagClassName
{
border-color: #F405AC;
}
</style>