Shades of Hollywood Cerise #F20593
Tints of Hollywood Cerise #F20593
RGB
CMYK
RGB Variations
Color information
#F20593 (or 0xF20593) is known color: Hollywood Cerise. HEX triplet: F2, 05 and 93. RGB value is (242,5,147). Sum of RGB (Red+Green+Blue) = 242+5+147=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F20593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20593 is #0DFA6C. Grayscale: #5B5B5B. Windows color (decimal): -916077 or 9635314. OLE color: 9635314.
HSL color Cylindrical-coordinate representation of color #F20593: hue angle of 324.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20593 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 147 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.05 |
| HSL | 324.05º | 0.96% | 0.48% | - |
| HSV(B) | 324.05º | 0.98% | 0.95% | - |
| XYZ | 41.94 | 21.09 | 29.46 | - |
| YUV | 92.05 | 159.02 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 147 | 0 | 0.98 | 0.39 | 0.05 | 324.05 | 0.96 | 0.48 |
| Hex | F2 | 5 | 93 | 0 | 62 | 27 | 5 | 144 | 60 | 30 |
| Octal | 362 | 5 | 223 | 0 | 142 | 47 | 5 | 504 | 140 | 60 |
| Binary | 11110010 | 101 | 10010011 | 0 | 1100010 | 100111 | 101 | 101000100 | 1100000 | 110000 |
Color Harmonies of #F20593
Complementary color
Monochromatic Colors of #F20593
Black with #F20593
Text Example
Text Example
White with #F20593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20593; }
p { color: rgb(242,5,147); }
H1.HeaderClassName
{
color: #F20593;
}
.AnyTagClassName
{
color: #F20593;
}
</style>
background-color css
<style>
a { background-color: #F20593; }
a { background-color: rgb(242,5,147); }
div.DivClassName
{
background-color: #F20593;
}
.BgClassName
{
background-color: #F20593;
}
</style>
border-color css
<style>
span { border-color: #F20593; }
span { border-color: rgb(242,5,147); }
td.TdClassName
{
border-color: #F20593;
}
.TagClassName
{
border-color: #F20593;
}
</style>