Shades of Cerise #F0296B
Tints of Cerise #F0296B
RGB
CMYK
RGB Variations
Color information
#F0296B (or 0xF0296B) is known color: Cerise. HEX triplet: F0, 29 and 6B. RGB value is (240,41,107). Sum of RGB (Red+Green+Blue) = 240+41+107=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0296B is #0FD694. Grayscale: #6B6B6B. Windows color (decimal): -1037973 or 7023088. OLE color: 7023088.
HSL color Cylindrical-coordinate representation of color #F0296B: hue angle of 340.1º 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 #F0296B is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 107 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.06 |
| HSL | 340.1º | 0.87% | 0.55% | - |
| HSV(B) | 340.1º | 0.83% | 0.94% | - |
| XYZ | 39.38 | 21.17 | 15.92 | - |
| YUV | 108.03 | 127.43 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 107 | 0 | 0.83 | 0.55 | 0.06 | 340.1 | 0.87 | 0.55 |
| Hex | F0 | 29 | 6B | 0 | 53 | 37 | 6 | 154 | 57 | 37 |
| Octal | 360 | 51 | 153 | 0 | 123 | 67 | 6 | 524 | 127 | 67 |
| Binary | 11110000 | 101001 | 1101011 | 0 | 1010011 | 110111 | 110 | 101010100 | 1010111 | 110111 |
Color Harmonies of #F0296B
Complementary color
Monochromatic Colors of #F0296B
Black with #F0296B
Text Example
Text Example
White with #F0296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0296B; }
p { color: rgb(240,41,107); }
H1.HeaderClassName
{
color: #F0296B;
}
.AnyTagClassName
{
color: #F0296B;
}
</style>
background-color css
<style>
a { background-color: #F0296B; }
a { background-color: rgb(240,41,107); }
div.DivClassName
{
background-color: #F0296B;
}
.BgClassName
{
background-color: #F0296B;
}
</style>
border-color css
<style>
span { border-color: #F0296B; }
span { border-color: rgb(240,41,107); }
td.TdClassName
{
border-color: #F0296B;
}
.TagClassName
{
border-color: #F0296B;
}
</style>