Shades of Deep Cerise #F0297E
Tints of Deep Cerise #F0297E
RGB
CMYK
RGB Variations
Color information
#F0297E (or 0xF0297E) is known color: Deep Cerise. HEX triplet: F0, 29 and 7E. RGB value is (240,41,126). Sum of RGB (Red+Green+Blue) = 240+41+126=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0297E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0297E is #0FD681. Grayscale: #6E6E6E. Windows color (decimal): -1037954 or 8268272. OLE color: 8268272.
HSL color Cylindrical-coordinate representation of color #F0297E: hue angle of 334.37º 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 #F0297E is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 126 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.06 |
| HSL | 334.37º | 0.87% | 0.55% | - |
| HSV(B) | 334.37º | 0.83% | 0.94% | - |
| XYZ | 40.49 | 21.62 | 21.78 | - |
| YUV | 110.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 126 | 0 | 0.83 | 0.48 | 0.06 | 334.37 | 0.87 | 0.55 |
| Hex | F0 | 29 | 7E | 0 | 53 | 30 | 6 | 14E | 57 | 37 |
| Octal | 360 | 51 | 176 | 0 | 123 | 60 | 6 | 516 | 127 | 67 |
| Binary | 11110000 | 101001 | 1111110 | 0 | 1010011 | 110000 | 110 | 101001110 | 1010111 | 110111 |
Color Harmonies of #F0297E
Complementary color
Monochromatic Colors of #F0297E
Black with #F0297E
Text Example
Text Example
White with #F0297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0297E; }
p { color: rgb(240,41,126); }
H1.HeaderClassName
{
color: #F0297E;
}
.AnyTagClassName
{
color: #F0297E;
}
</style>
background-color css
<style>
a { background-color: #F0297E; }
a { background-color: rgb(240,41,126); }
div.DivClassName
{
background-color: #F0297E;
}
.BgClassName
{
background-color: #F0297E;
}
</style>
border-color css
<style>
span { border-color: #F0297E; }
span { border-color: rgb(240,41,126); }
td.TdClassName
{
border-color: #F0297E;
}
.TagClassName
{
border-color: #F0297E;
}
</style>