Shades of Cerise #F02C72
Tints of Cerise #F02C72
RGB
CMYK
RGB Variations
Color information
#F02C72 (or 0xF02C72) is known color: Cerise. HEX triplet: F0, 2C and 72. RGB value is (240,44,114). Sum of RGB (Red+Green+Blue) = 240+44+114=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02C72 is #0FD38D. Grayscale: #6E6E6E. Windows color (decimal): -1037198 or 7482608. OLE color: 7482608.
HSL color Cylindrical-coordinate representation of color #F02C72: hue angle of 338.57º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02C72 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 114 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.06 |
| HSL | 338.57º | 0.87% | 0.56% | - |
| HSV(B) | 338.57º | 0.82% | 0.94% | - |
| XYZ | 39.87 | 21.54 | 17.98 | - |
| YUV | 110.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 114 | 0 | 0.82 | 0.52 | 0.06 | 338.57 | 0.87 | 0.56 |
| Hex | F0 | 2C | 72 | 0 | 52 | 34 | 6 | 153 | 57 | 38 |
| Octal | 360 | 54 | 162 | 0 | 122 | 64 | 6 | 523 | 127 | 70 |
| Binary | 11110000 | 101100 | 1110010 | 0 | 1010010 | 110100 | 110 | 101010011 | 1010111 | 111000 |
Color Harmonies of #F02C72
Complementary color
Monochromatic Colors of #F02C72
Black with #F02C72
Text Example
Text Example
White with #F02C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C72; }
p { color: rgb(240,44,114); }
H1.HeaderClassName
{
color: #F02C72;
}
.AnyTagClassName
{
color: #F02C72;
}
</style>
background-color css
<style>
a { background-color: #F02C72; }
a { background-color: rgb(240,44,114); }
div.DivClassName
{
background-color: #F02C72;
}
.BgClassName
{
background-color: #F02C72;
}
</style>
border-color css
<style>
span { border-color: #F02C72; }
span { border-color: rgb(240,44,114); }
td.TdClassName
{
border-color: #F02C72;
}
.TagClassName
{
border-color: #F02C72;
}
</style>