Shades of Cerise #F0296C
Tints of Cerise #F0296C
RGB
CMYK
RGB Variations
Color information
#F0296C (or 0xF0296C) is known color: Cerise. HEX triplet: F0, 29 and 6C. RGB value is (240,41,108). Sum of RGB (Red+Green+Blue) = 240+41+108=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0296C is #0FD693. Grayscale: #6C6C6C. Windows color (decimal): -1037972 or 7088624. OLE color: 7088624.
HSL color Cylindrical-coordinate representation of color #F0296C: hue angle of 339.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0296C is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 108 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.06 |
| HSL | 339.8º | 0.87% | 0.55% | - |
| HSV(B) | 339.8º | 0.83% | 0.94% | - |
| XYZ | 39.43 | 21.19 | 16.2 | - |
| YUV | 108.14 | 127.93 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 108 | 0 | 0.83 | 0.55 | 0.06 | 339.8 | 0.87 | 0.55 |
| Hex | F0 | 29 | 6C | 0 | 53 | 37 | 6 | 154 | 57 | 37 |
| Octal | 360 | 51 | 154 | 0 | 123 | 67 | 6 | 524 | 127 | 67 |
| Binary | 11110000 | 101001 | 1101100 | 0 | 1010011 | 110111 | 110 | 101010100 | 1010111 | 110111 |
Color Harmonies of #F0296C
Complementary color
Monochromatic Colors of #F0296C
Black with #F0296C
Text Example
Text Example
White with #F0296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0296C; }
p { color: rgb(240,41,108); }
H1.HeaderClassName
{
color: #F0296C;
}
.AnyTagClassName
{
color: #F0296C;
}
</style>
background-color css
<style>
a { background-color: #F0296C; }
a { background-color: rgb(240,41,108); }
div.DivClassName
{
background-color: #F0296C;
}
.BgClassName
{
background-color: #F0296C;
}
</style>
border-color css
<style>
span { border-color: #F0296C; }
span { border-color: rgb(240,41,108); }
td.TdClassName
{
border-color: #F0296C;
}
.TagClassName
{
border-color: #F0296C;
}
</style>