Shades of Cerise #F22868
Tints of Cerise #F22868
RGB
CMYK
RGB Variations
Color information
#F22868 (or 0xF22868) is known color: Cerise. HEX triplet: F2, 28 and 68. RGB value is (242,40,104). Sum of RGB (Red+Green+Blue) = 242+40+104=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F22868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22868 is #0DD797. Grayscale: #6B6B6B. Windows color (decimal): -907160 or 6826226. OLE color: 6826226.
HSL color Cylindrical-coordinate representation of color #F22868: hue angle of 340.99º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22868 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 104 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.05 |
| HSL | 340.99º | 0.89% | 0.55% | - |
| HSV(B) | 340.99º | 0.83% | 0.95% | - |
| XYZ | 39.88 | 21.39 | 15.12 | - |
| YUV | 107.69 | 125.92 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 104 | 0 | 0.83 | 0.57 | 0.05 | 340.99 | 0.89 | 0.55 |
| Hex | F2 | 28 | 68 | 0 | 53 | 39 | 5 | 155 | 59 | 37 |
| Octal | 362 | 50 | 150 | 0 | 123 | 71 | 5 | 525 | 131 | 67 |
| Binary | 11110010 | 101000 | 1101000 | 0 | 1010011 | 111001 | 101 | 101010101 | 1011001 | 110111 |
Color Harmonies of #F22868
Complementary color
Monochromatic Colors of #F22868
Black with #F22868
Text Example
Text Example
White with #F22868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22868; }
p { color: rgb(242,40,104); }
H1.HeaderClassName
{
color: #F22868;
}
.AnyTagClassName
{
color: #F22868;
}
</style>
background-color css
<style>
a { background-color: #F22868; }
a { background-color: rgb(242,40,104); }
div.DivClassName
{
background-color: #F22868;
}
.BgClassName
{
background-color: #F22868;
}
</style>
border-color css
<style>
span { border-color: #F22868; }
span { border-color: rgb(242,40,104); }
td.TdClassName
{
border-color: #F22868;
}
.TagClassName
{
border-color: #F22868;
}
</style>