Shades of Cerise #F02E74
Tints of Cerise #F02E74
RGB
CMYK
RGB Variations
Color information
#F02E74 (or 0xF02E74) is known color: Cerise. HEX triplet: F0, 2E and 74. RGB value is (240,46,116). Sum of RGB (Red+Green+Blue) = 240+46+116=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02E74 is #0FD18B. Grayscale: #6F6F6F. Windows color (decimal): -1036684 or 7614192. OLE color: 7614192.
HSL color Cylindrical-coordinate representation of color #F02E74: hue angle of 338.35º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02E74 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 46 | 116 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.06 |
| HSL | 338.35º | 0.87% | 0.56% | - |
| HSV(B) | 338.35º | 0.81% | 0.94% | - |
| XYZ | 40.06 | 21.74 | 18.61 | - |
| YUV | 111.99 | 130.27 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 46 | 116 | 0 | 0.81 | 0.52 | 0.06 | 338.35 | 0.87 | 0.56 |
| Hex | F0 | 2E | 74 | 0 | 51 | 34 | 6 | 152 | 57 | 38 |
| Octal | 360 | 56 | 164 | 0 | 121 | 64 | 6 | 522 | 127 | 70 |
| Binary | 11110000 | 101110 | 1110100 | 0 | 1010001 | 110100 | 110 | 101010010 | 1010111 | 111000 |
Color Harmonies of #F02E74
Complementary color
Monochromatic Colors of #F02E74
Black with #F02E74
Text Example
Text Example
White with #F02E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02E74; }
p { color: rgb(240,46,116); }
H1.HeaderClassName
{
color: #F02E74;
}
.AnyTagClassName
{
color: #F02E74;
}
</style>
background-color css
<style>
a { background-color: #F02E74; }
a { background-color: rgb(240,46,116); }
div.DivClassName
{
background-color: #F02E74;
}
.BgClassName
{
background-color: #F02E74;
}
</style>
border-color css
<style>
span { border-color: #F02E74; }
span { border-color: rgb(240,46,116); }
td.TdClassName
{
border-color: #F02E74;
}
.TagClassName
{
border-color: #F02E74;
}
</style>