Shades of Hollywood Cerise #F504AC
Tints of Hollywood Cerise #F504AC
RGB
CMYK
RGB Variations
Color information
#F504AC (or 0xF504AC) is known color: Hollywood Cerise. HEX triplet: F5, 04 and AC. RGB value is (245,4,172). Sum of RGB (Red+Green+Blue) = 245+4+172=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F504AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F504AC is #0AFB53. Grayscale: #5E5E5E. Windows color (decimal): -719700 or 11273461. OLE color: 11273461.
HSL color Cylindrical-coordinate representation of color #F504AC: hue angle of 318.17º degrees, saturation: 0.97, 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 #F504AC is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.04 |
| HSL | 318.17º | 0.97% | 0.49% | - |
| HSV(B) | 318.17º | 0.98% | 0.96% | - |
| XYZ | 45.15 | 22.48 | 40.99 | - |
| YUV | 95.21 | 171.34 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 172 | 0 | 0.98 | 0.30 | 0.04 | 318.17 | 0.97 | 0.49 |
| Hex | F5 | 4 | AC | 0 | 62 | 1E | 4 | 13E | 61 | 31 |
| Octal | 365 | 4 | 254 | 0 | 142 | 36 | 4 | 476 | 141 | 61 |
| Binary | 11110101 | 100 | 10101100 | 0 | 1100010 | 11110 | 100 | 100111110 | 1100001 | 110001 |
Color Harmonies of #F504AC
Complementary color
Monochromatic Colors of #F504AC
Black with #F504AC
Text Example
Text Example
White with #F504AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F504AC; }
p { color: rgb(245,4,172); }
H1.HeaderClassName
{
color: #F504AC;
}
.AnyTagClassName
{
color: #F504AC;
}
</style>
background-color css
<style>
a { background-color: #F504AC; }
a { background-color: rgb(245,4,172); }
div.DivClassName
{
background-color: #F504AC;
}
.BgClassName
{
background-color: #F504AC;
}
</style>
border-color css
<style>
span { border-color: #F504AC; }
span { border-color: rgb(245,4,172); }
td.TdClassName
{
border-color: #F504AC;
}
.TagClassName
{
border-color: #F504AC;
}
</style>