Shades of Hollywood Cerise #F00698
Tints of Hollywood Cerise #F00698
RGB
CMYK
RGB Variations
Color information
#F00698 (or 0xF00698) is known color: Hollywood Cerise. HEX triplet: F0, 06 and 98. RGB value is (240,6,152). Sum of RGB (Red+Green+Blue) = 240+6+152=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F00698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00698 is #0FF967. Grayscale: #5C5C5C. Windows color (decimal): -1046888 or 9963248. OLE color: 9963248.
HSL color Cylindrical-coordinate representation of color #F00698: hue angle of 322.56º 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 #F00698 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 152 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.06 |
| HSL | 322.56º | 0.95% | 0.48% | - |
| HSV(B) | 322.56º | 0.98% | 0.94% | - |
| XYZ | 41.67 | 20.92 | 31.55 | - |
| YUV | 92.61 | 161.52 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 152 | 0 | 0.98 | 0.37 | 0.06 | 322.56 | 0.95 | 0.48 |
| Hex | F0 | 6 | 98 | 0 | 62 | 25 | 6 | 143 | 5F | 30 |
| Octal | 360 | 6 | 230 | 0 | 142 | 45 | 6 | 503 | 137 | 60 |
| Binary | 11110000 | 110 | 10011000 | 0 | 1100010 | 100101 | 110 | 101000011 | 1011111 | 110000 |
Color Harmonies of #F00698
Complementary color
Monochromatic Colors of #F00698
Black with #F00698
Text Example
Text Example
White with #F00698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00698; }
p { color: rgb(240,6,152); }
H1.HeaderClassName
{
color: #F00698;
}
.AnyTagClassName
{
color: #F00698;
}
</style>
background-color css
<style>
a { background-color: #F00698; }
a { background-color: rgb(240,6,152); }
div.DivClassName
{
background-color: #F00698;
}
.BgClassName
{
background-color: #F00698;
}
</style>
border-color css
<style>
span { border-color: #F00698; }
span { border-color: rgb(240,6,152); }
td.TdClassName
{
border-color: #F00698;
}
.TagClassName
{
border-color: #F00698;
}
</style>