Shades of Hollywood Cerise #F2069D
Tints of Hollywood Cerise #F2069D
RGB
CMYK
RGB Variations
Color information
#F2069D (or 0xF2069D) is known color: Hollywood Cerise. HEX triplet: F2, 06 and 9D. RGB value is (242,6,157). Sum of RGB (Red+Green+Blue) = 242+6+157=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2069D is #0DF962. Grayscale: #5D5D5D. Windows color (decimal): -915811 or 10290930. OLE color: 10290930.
HSL color Cylindrical-coordinate representation of color #F2069D: hue angle of 321.61º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2069D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 157 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.05 |
| HSL | 321.61º | 0.95% | 0.49% | - |
| HSV(B) | 321.61º | 0.98% | 0.95% | - |
| XYZ | 42.77 | 21.44 | 33.78 | - |
| YUV | 93.78 | 163.69 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 157 | 0 | 0.98 | 0.35 | 0.05 | 321.61 | 0.95 | 0.49 |
| Hex | F2 | 6 | 9D | 0 | 62 | 23 | 5 | 142 | 5F | 31 |
| Octal | 362 | 6 | 235 | 0 | 142 | 43 | 5 | 502 | 137 | 61 |
| Binary | 11110010 | 110 | 10011101 | 0 | 1100010 | 100011 | 101 | 101000010 | 1011111 | 110001 |
Color Harmonies of #F2069D
Complementary color
Monochromatic Colors of #F2069D
Black with #F2069D
Text Example
Text Example
White with #F2069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2069D; }
p { color: rgb(242,6,157); }
H1.HeaderClassName
{
color: #F2069D;
}
.AnyTagClassName
{
color: #F2069D;
}
</style>
background-color css
<style>
a { background-color: #F2069D; }
a { background-color: rgb(242,6,157); }
div.DivClassName
{
background-color: #F2069D;
}
.BgClassName
{
background-color: #F2069D;
}
</style>
border-color css
<style>
span { border-color: #F2069D; }
span { border-color: rgb(242,6,157); }
td.TdClassName
{
border-color: #F2069D;
}
.TagClassName
{
border-color: #F2069D;
}
</style>