Shades of Cerise #F22374
Tints of Cerise #F22374
RGB
CMYK
RGB Variations
Color information
#F22374 (or 0xF22374) is known color: Cerise. HEX triplet: F2, 23 and 74. RGB value is (242,35,116). Sum of RGB (Red+Green+Blue) = 242+35+116=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22374 is #0DDC8B. Grayscale: #6A6A6A. Windows color (decimal): -908428 or 7611378. OLE color: 7611378.
HSL color Cylindrical-coordinate representation of color #F22374: hue angle of 336.52º 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 #F22374 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 116 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.05 |
| HSL | 336.52º | 0.89% | 0.54% | - |
| HSV(B) | 336.52º | 0.86% | 0.95% | - |
| XYZ | 40.37 | 21.34 | 18.51 | - |
| YUV | 106.13 | 133.58 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 116 | 0 | 0.86 | 0.52 | 0.05 | 336.52 | 0.89 | 0.54 |
| Hex | F2 | 23 | 74 | 0 | 56 | 34 | 5 | 151 | 59 | 36 |
| Octal | 362 | 43 | 164 | 0 | 126 | 64 | 5 | 521 | 131 | 66 |
| Binary | 11110010 | 100011 | 1110100 | 0 | 1010110 | 110100 | 101 | 101010001 | 1011001 | 110110 |
Color Harmonies of #F22374
Complementary color
Monochromatic Colors of #F22374
Black with #F22374
Text Example
Text Example
White with #F22374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22374; }
p { color: rgb(242,35,116); }
H1.HeaderClassName
{
color: #F22374;
}
.AnyTagClassName
{
color: #F22374;
}
</style>
background-color css
<style>
a { background-color: #F22374; }
a { background-color: rgb(242,35,116); }
div.DivClassName
{
background-color: #F22374;
}
.BgClassName
{
background-color: #F22374;
}
</style>
border-color css
<style>
span { border-color: #F22374; }
span { border-color: rgb(242,35,116); }
td.TdClassName
{
border-color: #F22374;
}
.TagClassName
{
border-color: #F22374;
}
</style>