Shades of Hollywood Cerise #F00699
Tints of Hollywood Cerise #F00699
RGB
CMYK
RGB Variations
Color information
#F00699 (or 0xF00699) is known color: Hollywood Cerise. HEX triplet: F0, 06 and 99. RGB value is (240,6,153). Sum of RGB (Red+Green+Blue) = 240+6+153=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F00699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00699 is #0FF966. Grayscale: #5C5C5C. Windows color (decimal): -1046887 or 10028784. OLE color: 10028784.
HSL color Cylindrical-coordinate representation of color #F00699: hue angle of 322.31º 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 #F00699 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.06 |
| HSL | 322.31º | 0.95% | 0.48% | - |
| HSV(B) | 322.31º | 0.98% | 0.94% | - |
| XYZ | 41.75 | 20.96 | 31.98 | - |
| YUV | 92.72 | 162.02 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 153 | 0 | 0.98 | 0.36 | 0.06 | 322.31 | 0.95 | 0.48 |
| Hex | F0 | 6 | 99 | 0 | 62 | 24 | 6 | 142 | 5F | 30 |
| Octal | 360 | 6 | 231 | 0 | 142 | 44 | 6 | 502 | 137 | 60 |
| Binary | 11110000 | 110 | 10011001 | 0 | 1100010 | 100100 | 110 | 101000010 | 1011111 | 110000 |
Color Harmonies of #F00699
Complementary color
Monochromatic Colors of #F00699
Black with #F00699
Text Example
Text Example
White with #F00699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00699; }
p { color: rgb(240,6,153); }
H1.HeaderClassName
{
color: #F00699;
}
.AnyTagClassName
{
color: #F00699;
}
</style>
background-color css
<style>
a { background-color: #F00699; }
a { background-color: rgb(240,6,153); }
div.DivClassName
{
background-color: #F00699;
}
.BgClassName
{
background-color: #F00699;
}
</style>
border-color css
<style>
span { border-color: #F00699; }
span { border-color: rgb(240,6,153); }
td.TdClassName
{
border-color: #F00699;
}
.TagClassName
{
border-color: #F00699;
}
</style>