Shades of Hollywood Cerise #F2018D
Tints of Hollywood Cerise #F2018D
RGB
CMYK
RGB Variations
Color information
#F2018D (or 0xF2018D) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 8D. RGB value is (242,1,141). Sum of RGB (Red+Green+Blue) = 242+1+141=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2018D is #0DFE72. Grayscale: #585858. Windows color (decimal): -917107 or 9241074. OLE color: 9241074.
HSL color Cylindrical-coordinate representation of color #F2018D: hue angle of 325.15º 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 #F2018D is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.05 |
| HSL | 325.15º | 0.99% | 0.48% | - |
| HSV(B) | 325.15º | 1% | 0.95% | - |
| XYZ | 41.44 | 20.82 | 27.03 | - |
| YUV | 89.02 | 157.34 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 141 | 0 | 1.00 | 0.42 | 0.05 | 325.15 | 0.99 | 0.48 |
| Hex | F2 | 1 | 8D | 0 | 64 | 2A | 5 | 145 | 63 | 30 |
| Octal | 362 | 1 | 215 | 0 | 144 | 52 | 5 | 505 | 143 | 60 |
| Binary | 11110010 | 1 | 10001101 | 0 | 1100100 | 101010 | 101 | 101000101 | 1100011 | 110000 |
Color Harmonies of #F2018D
Complementary color
Monochromatic Colors of #F2018D
Black with #F2018D
Text Example
Text Example
White with #F2018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2018D; }
p { color: rgb(242,1,141); }
H1.HeaderClassName
{
color: #F2018D;
}
.AnyTagClassName
{
color: #F2018D;
}
</style>
background-color css
<style>
a { background-color: #F2018D; }
a { background-color: rgb(242,1,141); }
div.DivClassName
{
background-color: #F2018D;
}
.BgClassName
{
background-color: #F2018D;
}
</style>
border-color css
<style>
span { border-color: #F2018D; }
span { border-color: rgb(242,1,141); }
td.TdClassName
{
border-color: #F2018D;
}
.TagClassName
{
border-color: #F2018D;
}
</style>