Shades of Hollywood Cerise #F00AA6
Tints of Hollywood Cerise #F00AA6
RGB
CMYK
RGB Variations
Color information
#F00AA6 (or 0xF00AA6) is known color: Hollywood Cerise. HEX triplet: F0, 0A and A6. RGB value is (240,10,166). Sum of RGB (Red+Green+Blue) = 240+10+166=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AA6 is #0FF559. Grayscale: #606060. Windows color (decimal): -1045850 or 10881776. OLE color: 10881776.
HSL color Cylindrical-coordinate representation of color #F00AA6: hue angle of 319.3º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AA6 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 166 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.06 |
| HSL | 319.3º | 0.92% | 0.49% | - |
| HSV(B) | 319.3º | 0.96% | 0.94% | - |
| XYZ | 42.93 | 21.5 | 37.96 | - |
| YUV | 96.55 | 167.2 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 166 | 0 | 0.96 | 0.31 | 0.06 | 319.3 | 0.92 | 0.49 |
| Hex | F0 | A | A6 | 0 | 60 | 1F | 6 | 13F | 5C | 31 |
| Octal | 360 | 12 | 246 | 0 | 140 | 37 | 6 | 477 | 134 | 61 |
| Binary | 11110000 | 1010 | 10100110 | 0 | 1100000 | 11111 | 110 | 100111111 | 1011100 | 110001 |
Color Harmonies of #F00AA6
Complementary color
Monochromatic Colors of #F00AA6
Black with #F00AA6
Text Example
Text Example
White with #F00AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AA6; }
p { color: rgb(240,10,166); }
H1.HeaderClassName
{
color: #F00AA6;
}
.AnyTagClassName
{
color: #F00AA6;
}
</style>
background-color css
<style>
a { background-color: #F00AA6; }
a { background-color: rgb(240,10,166); }
div.DivClassName
{
background-color: #F00AA6;
}
.BgClassName
{
background-color: #F00AA6;
}
</style>
border-color css
<style>
span { border-color: #F00AA6; }
span { border-color: rgb(240,10,166); }
td.TdClassName
{
border-color: #F00AA6;
}
.TagClassName
{
border-color: #F00AA6;
}
</style>