Shades of Cerise #F2226E
Tints of Cerise #F2226E
RGB
CMYK
RGB Variations
Color information
#F2226E (or 0xF2226E) is known color: Cerise. HEX triplet: F2, 22 and 6E. RGB value is (242,34,110). Sum of RGB (Red+Green+Blue) = 242+34+110=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2226E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2226E is #0DDD91. Grayscale: #686868. Windows color (decimal): -908690 or 7217906. OLE color: 7217906.
HSL color Cylindrical-coordinate representation of color #F2226E: hue angle of 338.08º 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 #F2226E is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 110 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.05 |
| HSL | 338.08º | 0.89% | 0.54% | - |
| HSV(B) | 338.08º | 0.86% | 0.95% | - |
| XYZ | 40 | 21.15 | 16.73 | - |
| YUV | 104.86 | 130.91 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 110 | 0 | 0.86 | 0.55 | 0.05 | 338.08 | 0.89 | 0.54 |
| Hex | F2 | 22 | 6E | 0 | 56 | 37 | 5 | 152 | 59 | 36 |
| Octal | 362 | 42 | 156 | 0 | 126 | 67 | 5 | 522 | 131 | 66 |
| Binary | 11110010 | 100010 | 1101110 | 0 | 1010110 | 110111 | 101 | 101010010 | 1011001 | 110110 |
Color Harmonies of #F2226E
Complementary color
Monochromatic Colors of #F2226E
Black with #F2226E
Text Example
Text Example
White with #F2226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2226E; }
p { color: rgb(242,34,110); }
H1.HeaderClassName
{
color: #F2226E;
}
.AnyTagClassName
{
color: #F2226E;
}
</style>
background-color css
<style>
a { background-color: #F2226E; }
a { background-color: rgb(242,34,110); }
div.DivClassName
{
background-color: #F2226E;
}
.BgClassName
{
background-color: #F2226E;
}
</style>
border-color css
<style>
span { border-color: #F2226E; }
span { border-color: rgb(242,34,110); }
td.TdClassName
{
border-color: #F2226E;
}
.TagClassName
{
border-color: #F2226E;
}
</style>