Shades of Hollywood Cerise #F00A93
Tints of Hollywood Cerise #F00A93
RGB
CMYK
RGB Variations
Color information
#F00A93 (or 0xF00A93) is known color: Hollywood Cerise. HEX triplet: F0, 0A and 93. RGB value is (240,10,147). Sum of RGB (Red+Green+Blue) = 240+10+147=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A93 is #0FF56C. Grayscale: #5E5E5E. Windows color (decimal): -1045869 or 9636592. OLE color: 9636592.
HSL color Cylindrical-coordinate representation of color #F00A93: hue angle of 324.26º 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 #F00A93 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 147 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.06 |
| HSL | 324.26º | 0.92% | 0.49% | - |
| HSV(B) | 324.26º | 0.96% | 0.94% | - |
| XYZ | 41.31 | 20.85 | 29.45 | - |
| YUV | 94.39 | 157.7 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 147 | 0 | 0.96 | 0.39 | 0.06 | 324.26 | 0.92 | 0.49 |
| Hex | F0 | A | 93 | 0 | 60 | 27 | 6 | 144 | 5C | 31 |
| Octal | 360 | 12 | 223 | 0 | 140 | 47 | 6 | 504 | 134 | 61 |
| Binary | 11110000 | 1010 | 10010011 | 0 | 1100000 | 100111 | 110 | 101000100 | 1011100 | 110001 |
Color Harmonies of #F00A93
Complementary color
Monochromatic Colors of #F00A93
Black with #F00A93
Text Example
Text Example
White with #F00A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A93; }
p { color: rgb(240,10,147); }
H1.HeaderClassName
{
color: #F00A93;
}
.AnyTagClassName
{
color: #F00A93;
}
</style>
background-color css
<style>
a { background-color: #F00A93; }
a { background-color: rgb(240,10,147); }
div.DivClassName
{
background-color: #F00A93;
}
.BgClassName
{
background-color: #F00A93;
}
</style>
border-color css
<style>
span { border-color: #F00A93; }
span { border-color: rgb(240,10,147); }
td.TdClassName
{
border-color: #F00A93;
}
.TagClassName
{
border-color: #F00A93;
}
</style>