Shades of Hollywood Cerise #F20193
Tints of Hollywood Cerise #F20193
RGB
CMYK
RGB Variations
Color information
#F20193 (or 0xF20193) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 93. RGB value is (242,1,147). Sum of RGB (Red+Green+Blue) = 242+1+147=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F20193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20193 is #0DFE6C. Grayscale: #595959. Windows color (decimal): -917101 or 9634290. OLE color: 9634290.
HSL color Cylindrical-coordinate representation of color #F20193: hue angle of 323.65º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20193 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.05 |
| HSL | 323.65º | 0.99% | 0.48% | - |
| HSV(B) | 323.65º | 1% | 0.95% | - |
| XYZ | 41.9 | 21.01 | 29.45 | - |
| YUV | 89.7 | 160.34 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 147 | 0 | 1.00 | 0.39 | 0.05 | 323.65 | 0.99 | 0.48 |
| Hex | F2 | 1 | 93 | 0 | 64 | 27 | 5 | 144 | 63 | 30 |
| Octal | 362 | 1 | 223 | 0 | 144 | 47 | 5 | 504 | 143 | 60 |
| Binary | 11110010 | 1 | 10010011 | 0 | 1100100 | 100111 | 101 | 101000100 | 1100011 | 110000 |
Color Harmonies of #F20193
Complementary color
Monochromatic Colors of #F20193
Black with #F20193
Text Example
Text Example
White with #F20193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20193; }
p { color: rgb(242,1,147); }
H1.HeaderClassName
{
color: #F20193;
}
.AnyTagClassName
{
color: #F20193;
}
</style>
background-color css
<style>
a { background-color: #F20193; }
a { background-color: rgb(242,1,147); }
div.DivClassName
{
background-color: #F20193;
}
.BgClassName
{
background-color: #F20193;
}
</style>
border-color css
<style>
span { border-color: #F20193; }
span { border-color: rgb(242,1,147); }
td.TdClassName
{
border-color: #F20193;
}
.TagClassName
{
border-color: #F20193;
}
</style>