Shades of Hollywood Cerise #F2018F
Tints of Hollywood Cerise #F2018F
RGB
CMYK
RGB Variations
Color information
#F2018F (or 0xF2018F) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 8F. RGB value is (242,1,143). Sum of RGB (Red+Green+Blue) = 242+1+143=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2018F is #0DFE70. Grayscale: #585858. Windows color (decimal): -917105 or 9372146. OLE color: 9372146.
HSL color Cylindrical-coordinate representation of color #F2018F: hue angle of 324.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 #F2018F is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.05 |
| HSL | 324.65º | 0.99% | 0.48% | - |
| HSV(B) | 324.65º | 1% | 0.95% | - |
| XYZ | 41.59 | 20.88 | 27.83 | - |
| YUV | 89.25 | 158.34 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 143 | 0 | 1.00 | 0.41 | 0.05 | 324.65 | 0.99 | 0.48 |
| Hex | F2 | 1 | 8F | 0 | 64 | 29 | 5 | 145 | 63 | 30 |
| Octal | 362 | 1 | 217 | 0 | 144 | 51 | 5 | 505 | 143 | 60 |
| Binary | 11110010 | 1 | 10001111 | 0 | 1100100 | 101001 | 101 | 101000101 | 1100011 | 110000 |
Color Harmonies of #F2018F
Complementary color
Monochromatic Colors of #F2018F
Black with #F2018F
Text Example
Text Example
White with #F2018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2018F; }
p { color: rgb(242,1,143); }
H1.HeaderClassName
{
color: #F2018F;
}
.AnyTagClassName
{
color: #F2018F;
}
</style>
background-color css
<style>
a { background-color: #F2018F; }
a { background-color: rgb(242,1,143); }
div.DivClassName
{
background-color: #F2018F;
}
.BgClassName
{
background-color: #F2018F;
}
</style>
border-color css
<style>
span { border-color: #F2018F; }
span { border-color: rgb(242,1,143); }
td.TdClassName
{
border-color: #F2018F;
}
.TagClassName
{
border-color: #F2018F;
}
</style>