Shades of Cerise #F02963
Tints of Cerise #F02963
RGB
CMYK
RGB Variations
Color information
#F02963 (or 0xF02963) is known color: Cerise. HEX triplet: F0, 29 and 63. RGB value is (240,41,99). Sum of RGB (Red+Green+Blue) = 240+41+99=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F02963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02963 is #0FD69C. Grayscale: #6B6B6B. Windows color (decimal): -1037981 or 6498800. OLE color: 6498800.
HSL color Cylindrical-coordinate representation of color #F02963: hue angle of 342.51º 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 #F02963 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 99 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.06 |
| HSL | 342.51º | 0.87% | 0.55% | - |
| HSV(B) | 342.51º | 0.83% | 0.94% | - |
| XYZ | 38.98 | 21.01 | 13.81 | - |
| YUV | 107.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 99 | 0 | 0.83 | 0.59 | 0.06 | 342.51 | 0.87 | 0.55 |
| Hex | F0 | 29 | 63 | 0 | 53 | 3B | 6 | 157 | 57 | 37 |
| Octal | 360 | 51 | 143 | 0 | 123 | 73 | 6 | 527 | 127 | 67 |
| Binary | 11110000 | 101001 | 1100011 | 0 | 1010011 | 111011 | 110 | 101010111 | 1010111 | 110111 |
Color Harmonies of #F02963
Complementary color
Monochromatic Colors of #F02963
Black with #F02963
Text Example
Text Example
White with #F02963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02963; }
p { color: rgb(240,41,99); }
H1.HeaderClassName
{
color: #F02963;
}
.AnyTagClassName
{
color: #F02963;
}
</style>
background-color css
<style>
a { background-color: #F02963; }
a { background-color: rgb(240,41,99); }
div.DivClassName
{
background-color: #F02963;
}
.BgClassName
{
background-color: #F02963;
}
</style>
border-color css
<style>
span { border-color: #F02963; }
span { border-color: rgb(240,41,99); }
td.TdClassName
{
border-color: #F02963;
}
.TagClassName
{
border-color: #F02963;
}
</style>