Shades of Hollywood Cerise #F2028E
Tints of Hollywood Cerise #F2028E
RGB
CMYK
RGB Variations
Color information
#F2028E (or 0xF2028E) is known color: Hollywood Cerise. HEX triplet: F2, 02 and 8E. RGB value is (242,2,142). Sum of RGB (Red+Green+Blue) = 242+2+142=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2028E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2028E is #0DFD71. Grayscale: #595959. Windows color (decimal): -916850 or 9306866. OLE color: 9306866.
HSL color Cylindrical-coordinate representation of color #F2028E: hue angle of 325º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2028E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.05 |
| HSL | 325º | 0.98% | 0.48% | - |
| HSV(B) | 325º | 0.99% | 0.95% | - |
| XYZ | 41.52 | 20.87 | 27.43 | - |
| YUV | 89.72 | 157.51 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 142 | 0 | 0.99 | 0.41 | 0.05 | 325 | 0.98 | 0.48 |
| Hex | F2 | 2 | 8E | 0 | 63 | 29 | 5 | 145 | 62 | 30 |
| Octal | 362 | 2 | 216 | 0 | 143 | 51 | 5 | 505 | 142 | 60 |
| Binary | 11110010 | 10 | 10001110 | 0 | 1100011 | 101001 | 101 | 101000101 | 1100010 | 110000 |
Color Harmonies of #F2028E
Complementary color
Monochromatic Colors of #F2028E
Black with #F2028E
Text Example
Text Example
White with #F2028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2028E; }
p { color: rgb(242,2,142); }
H1.HeaderClassName
{
color: #F2028E;
}
.AnyTagClassName
{
color: #F2028E;
}
</style>
background-color css
<style>
a { background-color: #F2028E; }
a { background-color: rgb(242,2,142); }
div.DivClassName
{
background-color: #F2028E;
}
.BgClassName
{
background-color: #F2028E;
}
</style>
border-color css
<style>
span { border-color: #F2028E; }
span { border-color: rgb(242,2,142); }
td.TdClassName
{
border-color: #F2028E;
}
.TagClassName
{
border-color: #F2028E;
}
</style>