Shades of Cerise #F22275
Tints of Cerise #F22275
RGB
CMYK
RGB Variations
Color information
#F22275 (or 0xF22275) is known color: Cerise. HEX triplet: F2, 22 and 75. RGB value is (242,34,117). Sum of RGB (Red+Green+Blue) = 242+34+117=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22275 is #0DDD8A. Grayscale: #696969. Windows color (decimal): -908683 or 7676658. OLE color: 7676658.
HSL color Cylindrical-coordinate representation of color #F22275: hue angle of 336.06º 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 #F22275 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 117 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.05 |
| HSL | 336.06º | 0.89% | 0.54% | - |
| HSV(B) | 336.06º | 0.86% | 0.95% | - |
| XYZ | 40.4 | 21.31 | 18.81 | - |
| YUV | 105.65 | 134.41 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 117 | 0 | 0.86 | 0.52 | 0.05 | 336.06 | 0.89 | 0.54 |
| Hex | F2 | 22 | 75 | 0 | 56 | 34 | 5 | 150 | 59 | 36 |
| Octal | 362 | 42 | 165 | 0 | 126 | 64 | 5 | 520 | 131 | 66 |
| Binary | 11110010 | 100010 | 1110101 | 0 | 1010110 | 110100 | 101 | 101010000 | 1011001 | 110110 |
Color Harmonies of #F22275
Complementary color
Monochromatic Colors of #F22275
Black with #F22275
Text Example
Text Example
White with #F22275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22275; }
p { color: rgb(242,34,117); }
H1.HeaderClassName
{
color: #F22275;
}
.AnyTagClassName
{
color: #F22275;
}
</style>
background-color css
<style>
a { background-color: #F22275; }
a { background-color: rgb(242,34,117); }
div.DivClassName
{
background-color: #F22275;
}
.BgClassName
{
background-color: #F22275;
}
</style>
border-color css
<style>
span { border-color: #F22275; }
span { border-color: rgb(242,34,117); }
td.TdClassName
{
border-color: #F22275;
}
.TagClassName
{
border-color: #F22275;
}
</style>