Shades of Hollywood Cerise #F407AF
Tints of Hollywood Cerise #F407AF
RGB
CMYK
RGB Variations
Color information
#F407AF (or 0xF407AF) is known color: Hollywood Cerise. HEX triplet: F4, 07 and AF. RGB value is (244,7,175). Sum of RGB (Red+Green+Blue) = 244+7+175=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F407AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F407AF is #0BF850. Grayscale: #606060. Windows color (decimal): -784465 or 11470836. OLE color: 11470836.
HSL color Cylindrical-coordinate representation of color #F407AF: hue angle of 317.47º 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 #F407AF is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 175 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.04 |
| HSL | 317.47º | 0.94% | 0.49% | - |
| HSV(B) | 317.47º | 0.97% | 0.96% | - |
| XYZ | 45.12 | 22.48 | 42.52 | - |
| YUV | 97.02 | 172.02 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 175 | 0 | 0.97 | 0.28 | 0.04 | 317.47 | 0.94 | 0.49 |
| Hex | F4 | 7 | AF | 0 | 61 | 1C | 4 | 13D | 5E | 31 |
| Octal | 364 | 7 | 257 | 0 | 141 | 34 | 4 | 475 | 136 | 61 |
| Binary | 11110100 | 111 | 10101111 | 0 | 1100001 | 11100 | 100 | 100111101 | 1011110 | 110001 |
Color Harmonies of #F407AF
Complementary color
Monochromatic Colors of #F407AF
Black with #F407AF
Text Example
Text Example
White with #F407AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407AF; }
p { color: rgb(244,7,175); }
H1.HeaderClassName
{
color: #F407AF;
}
.AnyTagClassName
{
color: #F407AF;
}
</style>
background-color css
<style>
a { background-color: #F407AF; }
a { background-color: rgb(244,7,175); }
div.DivClassName
{
background-color: #F407AF;
}
.BgClassName
{
background-color: #F407AF;
}
</style>
border-color css
<style>
span { border-color: #F407AF; }
span { border-color: rgb(244,7,175); }
td.TdClassName
{
border-color: #F407AF;
}
.TagClassName
{
border-color: #F407AF;
}
</style>