Shades of Hollywood Cerise #F407AA
Tints of Hollywood Cerise #F407AA
RGB
CMYK
RGB Variations
Color information
#F407AA (or 0xF407AA) is known color: Hollywood Cerise. HEX triplet: F4, 07 and AA. RGB value is (244,7,170). Sum of RGB (Red+Green+Blue) = 244+7+170=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F407AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F407AA is #0BF855. Grayscale: #606060. Windows color (decimal): -784470 or 11143156. OLE color: 11143156.
HSL color Cylindrical-coordinate representation of color #F407AA: hue angle of 318.73º 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 #F407AA is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.04 |
| HSL | 318.73º | 0.94% | 0.49% | - |
| HSV(B) | 318.73º | 0.97% | 0.96% | - |
| XYZ | 44.64 | 22.29 | 39.98 | - |
| YUV | 96.45 | 169.52 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 170 | 0 | 0.97 | 0.30 | 0.04 | 318.73 | 0.94 | 0.49 |
| Hex | F4 | 7 | AA | 0 | 61 | 1E | 4 | 13F | 5E | 31 |
| Octal | 364 | 7 | 252 | 0 | 141 | 36 | 4 | 477 | 136 | 61 |
| Binary | 11110100 | 111 | 10101010 | 0 | 1100001 | 11110 | 100 | 100111111 | 1011110 | 110001 |
Color Harmonies of #F407AA
Complementary color
Monochromatic Colors of #F407AA
Black with #F407AA
Text Example
Text Example
White with #F407AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407AA; }
p { color: rgb(244,7,170); }
H1.HeaderClassName
{
color: #F407AA;
}
.AnyTagClassName
{
color: #F407AA;
}
</style>
background-color css
<style>
a { background-color: #F407AA; }
a { background-color: rgb(244,7,170); }
div.DivClassName
{
background-color: #F407AA;
}
.BgClassName
{
background-color: #F407AA;
}
</style>
border-color css
<style>
span { border-color: #F407AA; }
span { border-color: rgb(244,7,170); }
td.TdClassName
{
border-color: #F407AA;
}
.TagClassName
{
border-color: #F407AA;
}
</style>