Shades of Hollywood Cerise #F0069D
Tints of Hollywood Cerise #F0069D
RGB
CMYK
RGB Variations
Color information
#F0069D (or 0xF0069D) is known color: Hollywood Cerise. HEX triplet: F0, 06 and 9D. RGB value is (240,6,157). Sum of RGB (Red+Green+Blue) = 240+6+157=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0069D is #0FF962. Grayscale: #5C5C5C. Windows color (decimal): -1046883 or 10290928. OLE color: 10290928.
HSL color Cylindrical-coordinate representation of color #F0069D: hue angle of 321.28º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0069D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 157 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.06 |
| HSL | 321.28º | 0.95% | 0.48% | - |
| HSV(B) | 321.28º | 0.98% | 0.94% | - |
| XYZ | 42.09 | 21.09 | 33.75 | - |
| YUV | 93.18 | 164.02 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 157 | 0 | 0.98 | 0.35 | 0.06 | 321.28 | 0.95 | 0.48 |
| Hex | F0 | 6 | 9D | 0 | 62 | 23 | 6 | 141 | 5F | 30 |
| Octal | 360 | 6 | 235 | 0 | 142 | 43 | 6 | 501 | 137 | 60 |
| Binary | 11110000 | 110 | 10011101 | 0 | 1100010 | 100011 | 110 | 101000001 | 1011111 | 110000 |
Color Harmonies of #F0069D
Complementary color
Monochromatic Colors of #F0069D
Black with #F0069D
Text Example
Text Example
White with #F0069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0069D; }
p { color: rgb(240,6,157); }
H1.HeaderClassName
{
color: #F0069D;
}
.AnyTagClassName
{
color: #F0069D;
}
</style>
background-color css
<style>
a { background-color: #F0069D; }
a { background-color: rgb(240,6,157); }
div.DivClassName
{
background-color: #F0069D;
}
.BgClassName
{
background-color: #F0069D;
}
</style>
border-color css
<style>
span { border-color: #F0069D; }
span { border-color: rgb(240,6,157); }
td.TdClassName
{
border-color: #F0069D;
}
.TagClassName
{
border-color: #F0069D;
}
</style>