Shades of Cerise #F02263
Tints of Cerise #F02263
RGB
CMYK
RGB Variations
Color information
#F02263 (or 0xF02263) is known color: Cerise. HEX triplet: F0, 22 and 63. RGB value is (240,34,99). Sum of RGB (Red+Green+Blue) = 240+34+99=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F02263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02263 is #0FDD9C. Grayscale: #666666. Windows color (decimal): -1039773 or 6497008. OLE color: 6497008.
HSL color Cylindrical-coordinate representation of color #F02263: hue angle of 341.07º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02263 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 99 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.06 |
| HSL | 341.07º | 0.87% | 0.54% | - |
| HSV(B) | 341.07º | 0.86% | 0.94% | - |
| XYZ | 38.76 | 20.57 | 13.73 | - |
| YUV | 103 | 125.75 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 99 | 0 | 0.86 | 0.59 | 0.06 | 341.07 | 0.87 | 0.54 |
| Hex | F0 | 22 | 63 | 0 | 56 | 3B | 6 | 155 | 57 | 36 |
| Octal | 360 | 42 | 143 | 0 | 126 | 73 | 6 | 525 | 127 | 66 |
| Binary | 11110000 | 100010 | 1100011 | 0 | 1010110 | 111011 | 110 | 101010101 | 1010111 | 110110 |
Color Harmonies of #F02263
Complementary color
Monochromatic Colors of #F02263
Black with #F02263
Text Example
Text Example
White with #F02263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02263; }
p { color: rgb(240,34,99); }
H1.HeaderClassName
{
color: #F02263;
}
.AnyTagClassName
{
color: #F02263;
}
</style>
background-color css
<style>
a { background-color: #F02263; }
a { background-color: rgb(240,34,99); }
div.DivClassName
{
background-color: #F02263;
}
.BgClassName
{
background-color: #F02263;
}
</style>
border-color css
<style>
span { border-color: #F02263; }
span { border-color: rgb(240,34,99); }
td.TdClassName
{
border-color: #F02263;
}
.TagClassName
{
border-color: #F02263;
}
</style>