Shades of Cerise #F02966
Tints of Cerise #F02966
RGB
CMYK
RGB Variations
Color information
#F02966 (or 0xF02966) is known color: Cerise. HEX triplet: F0, 29 and 66. RGB value is (240,41,102). Sum of RGB (Red+Green+Blue) = 240+41+102=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F02966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02966 is #0FD699. Grayscale: #6B6B6B. Windows color (decimal): -1037978 or 6695408. OLE color: 6695408.
HSL color Cylindrical-coordinate representation of color #F02966: hue angle of 341.61º 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 #F02966 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 102 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.06 |
| HSL | 341.61º | 0.87% | 0.55% | - |
| HSV(B) | 341.61º | 0.83% | 0.94% | - |
| XYZ | 39.13 | 21.07 | 14.58 | - |
| YUV | 107.46 | 124.93 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 102 | 0 | 0.83 | 0.58 | 0.06 | 341.61 | 0.87 | 0.55 |
| Hex | F0 | 29 | 66 | 0 | 53 | 3A | 6 | 156 | 57 | 37 |
| Octal | 360 | 51 | 146 | 0 | 123 | 72 | 6 | 526 | 127 | 67 |
| Binary | 11110000 | 101001 | 1100110 | 0 | 1010011 | 111010 | 110 | 101010110 | 1010111 | 110111 |
Color Harmonies of #F02966
Complementary color
Monochromatic Colors of #F02966
Black with #F02966
Text Example
Text Example
White with #F02966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02966; }
p { color: rgb(240,41,102); }
H1.HeaderClassName
{
color: #F02966;
}
.AnyTagClassName
{
color: #F02966;
}
</style>
background-color css
<style>
a { background-color: #F02966; }
a { background-color: rgb(240,41,102); }
div.DivClassName
{
background-color: #F02966;
}
.BgClassName
{
background-color: #F02966;
}
</style>
border-color css
<style>
span { border-color: #F02966; }
span { border-color: rgb(240,41,102); }
td.TdClassName
{
border-color: #F02966;
}
.TagClassName
{
border-color: #F02966;
}
</style>