Shades of Cerise #F22969
Tints of Cerise #F22969
RGB
CMYK
RGB Variations
Color information
#F22969 (or 0xF22969) is known color: Cerise. HEX triplet: F2, 29 and 69. RGB value is (242,41,105). Sum of RGB (Red+Green+Blue) = 242+41+105=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F22969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22969 is #0DD696. Grayscale: #6C6C6C. Windows color (decimal): -906903 or 6892018. OLE color: 6892018.
HSL color Cylindrical-coordinate representation of color #F22969: hue angle of 340.9º 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 #F22969 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 105 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.05 |
| HSL | 340.9º | 0.89% | 0.55% | - |
| HSV(B) | 340.9º | 0.83% | 0.95% | - |
| XYZ | 39.96 | 21.48 | 15.41 | - |
| YUV | 108.4 | 126.09 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 105 | 0 | 0.83 | 0.57 | 0.05 | 340.9 | 0.89 | 0.55 |
| Hex | F2 | 29 | 69 | 0 | 53 | 39 | 5 | 155 | 59 | 37 |
| Octal | 362 | 51 | 151 | 0 | 123 | 71 | 5 | 525 | 131 | 67 |
| Binary | 11110010 | 101001 | 1101001 | 0 | 1010011 | 111001 | 101 | 101010101 | 1011001 | 110111 |
Color Harmonies of #F22969
Complementary color
Monochromatic Colors of #F22969
Black with #F22969
Text Example
Text Example
White with #F22969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22969; }
p { color: rgb(242,41,105); }
H1.HeaderClassName
{
color: #F22969;
}
.AnyTagClassName
{
color: #F22969;
}
</style>
background-color css
<style>
a { background-color: #F22969; }
a { background-color: rgb(242,41,105); }
div.DivClassName
{
background-color: #F22969;
}
.BgClassName
{
background-color: #F22969;
}
</style>
border-color css
<style>
span { border-color: #F22969; }
span { border-color: rgb(242,41,105); }
td.TdClassName
{
border-color: #F22969;
}
.TagClassName
{
border-color: #F22969;
}
</style>