Shades of Hollywood Cerise #F00093
Tints of Hollywood Cerise #F00093
RGB
CMYK
RGB Variations
Color information
#F00093 (or 0xF00093) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 93. RGB value is (240,0,147). Sum of RGB (Red+Green+Blue) = 240+0+147=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F00093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00093 is #0FFF6C. Grayscale: #585858. Windows color (decimal): -1048429 or 9634032. OLE color: 9634032.
HSL color Cylindrical-coordinate representation of color #F00093: hue angle of 323.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00093 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.39 | 0.06 |
| HSL | 323.25º | 1% | 0.47% | - |
| HSV(B) | 323.25º | 1% | 0.94% | - |
| XYZ | 41.2 | 20.63 | 29.41 | - |
| YUV | 88.52 | 161.01 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 147 | 0 | 1 | 0.39 | 0.06 | 323.25 | 1 | 0.47 |
| Hex | F0 | 0 | 93 | 0 | 64 | 27 | 6 | 143 | 64 | 2F |
| Octal | 360 | 0 | 223 | 0 | 144 | 47 | 6 | 503 | 144 | 57 |
| Binary | 11110000 | 0 | 10010011 | 0 | 1100100 | 100111 | 110 | 101000011 | 1100100 | 101111 |
Color Harmonies of #F00093
Complementary color
Monochromatic Colors of #F00093
Black with #F00093
Text Example
Text Example
White with #F00093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00093; }
p { color: rgb(240,0,147); }
H1.HeaderClassName
{
color: #F00093;
}
.AnyTagClassName
{
color: #F00093;
}
</style>
background-color css
<style>
a { background-color: #F00093; }
a { background-color: rgb(240,0,147); }
div.DivClassName
{
background-color: #F00093;
}
.BgClassName
{
background-color: #F00093;
}
</style>
border-color css
<style>
span { border-color: #F00093; }
span { border-color: rgb(240,0,147); }
td.TdClassName
{
border-color: #F00093;
}
.TagClassName
{
border-color: #F00093;
}
</style>