Shades of Hollywood Cerise #F20094
Tints of Hollywood Cerise #F20094
RGB
CMYK
RGB Variations
Color information
#F20094 (or 0xF20094) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 94. RGB value is (242,0,148). Sum of RGB (Red+Green+Blue) = 242+0+148=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F20094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20094 is #0DFF6B. Grayscale: #585858. Windows color (decimal): -917356 or 9699570. OLE color: 9699570.
HSL color Cylindrical-coordinate representation of color #F20094: hue angle of 323.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20094 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.39 | 0.05 |
| HSL | 323.31º | 1% | 0.47% | - |
| HSV(B) | 323.31º | 1% | 0.95% | - |
| XYZ | 41.96 | 21.02 | 29.86 | - |
| YUV | 89.23 | 161.17 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 148 | 0 | 1 | 0.39 | 0.05 | 323.31 | 1 | 0.47 |
| Hex | F2 | 0 | 94 | 0 | 64 | 27 | 5 | 143 | 64 | 2F |
| Octal | 362 | 0 | 224 | 0 | 144 | 47 | 5 | 503 | 144 | 57 |
| Binary | 11110010 | 0 | 10010100 | 0 | 1100100 | 100111 | 101 | 101000011 | 1100100 | 101111 |
Color Harmonies of #F20094
Complementary color
Monochromatic Colors of #F20094
Black with #F20094
Text Example
Text Example
White with #F20094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20094; }
p { color: rgb(242,0,148); }
H1.HeaderClassName
{
color: #F20094;
}
.AnyTagClassName
{
color: #F20094;
}
</style>
background-color css
<style>
a { background-color: #F20094; }
a { background-color: rgb(242,0,148); }
div.DivClassName
{
background-color: #F20094;
}
.BgClassName
{
background-color: #F20094;
}
</style>
border-color css
<style>
span { border-color: #F20094; }
span { border-color: rgb(242,0,148); }
td.TdClassName
{
border-color: #F20094;
}
.TagClassName
{
border-color: #F20094;
}
</style>