Shades of Cerise #F02F68
Tints of Cerise #F02F68
RGB
CMYK
RGB Variations
Color information
#F02F68 (or 0xF02F68) is known color: Cerise. HEX triplet: F0, 2F and 68. RGB value is (240,47,104). Sum of RGB (Red+Green+Blue) = 240+47+104=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F68 is #0FD097. Grayscale: #6F6F6F. Windows color (decimal): -1036440 or 6828016. OLE color: 6828016.
HSL color Cylindrical-coordinate representation of color #F02F68: hue angle of 342.28º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02F68 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 104 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.06 |
| HSL | 342.28º | 0.87% | 0.56% | - |
| HSV(B) | 342.28º | 0.8% | 0.94% | - |
| XYZ | 39.45 | 21.56 | 15.18 | - |
| YUV | 111.21 | 123.94 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 104 | 0 | 0.80 | 0.57 | 0.06 | 342.28 | 0.87 | 0.56 |
| Hex | F0 | 2F | 68 | 0 | 50 | 39 | 6 | 156 | 57 | 38 |
| Octal | 360 | 57 | 150 | 0 | 120 | 71 | 6 | 526 | 127 | 70 |
| Binary | 11110000 | 101111 | 1101000 | 0 | 1010000 | 111001 | 110 | 101010110 | 1010111 | 111000 |
Color Harmonies of #F02F68
Complementary color
Monochromatic Colors of #F02F68
Black with #F02F68
Text Example
Text Example
White with #F02F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02F68; }
p { color: rgb(240,47,104); }
H1.HeaderClassName
{
color: #F02F68;
}
.AnyTagClassName
{
color: #F02F68;
}
</style>
background-color css
<style>
a { background-color: #F02F68; }
a { background-color: rgb(240,47,104); }
div.DivClassName
{
background-color: #F02F68;
}
.BgClassName
{
background-color: #F02F68;
}
</style>
border-color css
<style>
span { border-color: #F02F68; }
span { border-color: rgb(240,47,104); }
td.TdClassName
{
border-color: #F02F68;
}
.TagClassName
{
border-color: #F02F68;
}
</style>