Shades of Cerise #F22365
Tints of Cerise #F22365
RGB
CMYK
RGB Variations
Color information
#F22365 (or 0xF22365) is known color: Cerise. HEX triplet: F2, 23 and 65. RGB value is (242,35,101). Sum of RGB (Red+Green+Blue) = 242+35+101=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F22365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22365 is #0DDC9A. Grayscale: #686868. Windows color (decimal): -908443 or 6628338. OLE color: 6628338.
HSL color Cylindrical-coordinate representation of color #F22365: hue angle of 340.87º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22365 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 101 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.05 |
| HSL | 340.87º | 0.89% | 0.54% | - |
| HSV(B) | 340.87º | 0.86% | 0.95% | - |
| XYZ | 39.57 | 21.02 | 14.28 | - |
| YUV | 104.42 | 126.08 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 101 | 0 | 0.86 | 0.58 | 0.05 | 340.87 | 0.89 | 0.54 |
| Hex | F2 | 23 | 65 | 0 | 56 | 3A | 5 | 155 | 59 | 36 |
| Octal | 362 | 43 | 145 | 0 | 126 | 72 | 5 | 525 | 131 | 66 |
| Binary | 11110010 | 100011 | 1100101 | 0 | 1010110 | 111010 | 101 | 101010101 | 1011001 | 110110 |
Color Harmonies of #F22365
Complementary color
Monochromatic Colors of #F22365
Black with #F22365
Text Example
Text Example
White with #F22365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22365; }
p { color: rgb(242,35,101); }
H1.HeaderClassName
{
color: #F22365;
}
.AnyTagClassName
{
color: #F22365;
}
</style>
background-color css
<style>
a { background-color: #F22365; }
a { background-color: rgb(242,35,101); }
div.DivClassName
{
background-color: #F22365;
}
.BgClassName
{
background-color: #F22365;
}
</style>
border-color css
<style>
span { border-color: #F22365; }
span { border-color: rgb(242,35,101); }
td.TdClassName
{
border-color: #F22365;
}
.TagClassName
{
border-color: #F22365;
}
</style>