Shades of Hollywood Cerise #F2038F
Tints of Hollywood Cerise #F2038F
RGB
CMYK
RGB Variations
Color information
#F2038F (or 0xF2038F) is known color: Hollywood Cerise. HEX triplet: F2, 03 and 8F. RGB value is (242,3,143). Sum of RGB (Red+Green+Blue) = 242+3+143=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2038F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2038F is #0DFC70. Grayscale: #5A5A5A. Windows color (decimal): -916593 or 9372658. OLE color: 9372658.
HSL color Cylindrical-coordinate representation of color #F2038F: hue angle of 324.85º 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 #F2038F is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 143 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.05 |
| HSL | 324.85º | 0.98% | 0.48% | - |
| HSV(B) | 324.85º | 0.99% | 0.95% | - |
| XYZ | 41.61 | 20.93 | 27.83 | - |
| YUV | 90.42 | 157.68 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 143 | 0 | 0.99 | 0.41 | 0.05 | 324.85 | 0.98 | 0.48 |
| Hex | F2 | 3 | 8F | 0 | 63 | 29 | 5 | 145 | 62 | 30 |
| Octal | 362 | 3 | 217 | 0 | 143 | 51 | 5 | 505 | 142 | 60 |
| Binary | 11110010 | 11 | 10001111 | 0 | 1100011 | 101001 | 101 | 101000101 | 1100010 | 110000 |
Color Harmonies of #F2038F
Complementary color
Monochromatic Colors of #F2038F
Black with #F2038F
Text Example
Text Example
White with #F2038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2038F; }
p { color: rgb(242,3,143); }
H1.HeaderClassName
{
color: #F2038F;
}
.AnyTagClassName
{
color: #F2038F;
}
</style>
background-color css
<style>
a { background-color: #F2038F; }
a { background-color: rgb(242,3,143); }
div.DivClassName
{
background-color: #F2038F;
}
.BgClassName
{
background-color: #F2038F;
}
</style>
border-color css
<style>
span { border-color: #F2038F; }
span { border-color: rgb(242,3,143); }
td.TdClassName
{
border-color: #F2038F;
}
.TagClassName
{
border-color: #F2038F;
}
</style>