Shades of Hollywood Cerise #F407A7
Tints of Hollywood Cerise #F407A7
RGB
CMYK
RGB Variations
Color information
#F407A7 (or 0xF407A7) is known color: Hollywood Cerise. HEX triplet: F4, 07 and A7. RGB value is (244,7,167). Sum of RGB (Red+Green+Blue) = 244+7+167=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F407A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F407A7 is #0BF858. Grayscale: #5F5F5F. Windows color (decimal): -784473 or 10946548. OLE color: 10946548.
HSL color Cylindrical-coordinate representation of color #F407A7: hue angle of 319.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407A7 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 167 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.04 |
| HSL | 319.49º | 0.94% | 0.49% | - |
| HSV(B) | 319.49º | 0.97% | 0.96% | - |
| XYZ | 44.36 | 22.18 | 38.5 | - |
| YUV | 96.1 | 168.02 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 167 | 0 | 0.97 | 0.32 | 0.04 | 319.49 | 0.94 | 0.49 |
| Hex | F4 | 7 | A7 | 0 | 61 | 20 | 4 | 13F | 5E | 31 |
| Octal | 364 | 7 | 247 | 0 | 141 | 40 | 4 | 477 | 136 | 61 |
| Binary | 11110100 | 111 | 10100111 | 0 | 1100001 | 100000 | 100 | 100111111 | 1011110 | 110001 |
Color Harmonies of #F407A7
Complementary color
Monochromatic Colors of #F407A7
Black with #F407A7
Text Example
Text Example
White with #F407A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407A7; }
p { color: rgb(244,7,167); }
H1.HeaderClassName
{
color: #F407A7;
}
.AnyTagClassName
{
color: #F407A7;
}
</style>
background-color css
<style>
a { background-color: #F407A7; }
a { background-color: rgb(244,7,167); }
div.DivClassName
{
background-color: #F407A7;
}
.BgClassName
{
background-color: #F407A7;
}
</style>
border-color css
<style>
span { border-color: #F407A7; }
span { border-color: rgb(244,7,167); }
td.TdClassName
{
border-color: #F407A7;
}
.TagClassName
{
border-color: #F407A7;
}
</style>