Shades of Cerise #F22473
Tints of Cerise #F22473
RGB
CMYK
RGB Variations
Color information
#F22473 (or 0xF22473) is known color: Cerise. HEX triplet: F2, 24 and 73. RGB value is (242,36,115). Sum of RGB (Red+Green+Blue) = 242+36+115=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22473 is #0DDB8C. Grayscale: #6A6A6A. Windows color (decimal): -908173 or 7546098. OLE color: 7546098.
HSL color Cylindrical-coordinate representation of color #F22473: hue angle of 336.99º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22473 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 115 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.05 |
| HSL | 336.99º | 0.89% | 0.55% | - |
| HSV(B) | 336.99º | 0.85% | 0.95% | - |
| XYZ | 40.34 | 21.38 | 18.22 | - |
| YUV | 106.6 | 132.75 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 115 | 0 | 0.85 | 0.52 | 0.05 | 336.99 | 0.89 | 0.55 |
| Hex | F2 | 24 | 73 | 0 | 55 | 34 | 5 | 151 | 59 | 37 |
| Octal | 362 | 44 | 163 | 0 | 125 | 64 | 5 | 521 | 131 | 67 |
| Binary | 11110010 | 100100 | 1110011 | 0 | 1010101 | 110100 | 101 | 101010001 | 1011001 | 110111 |
Color Harmonies of #F22473
Complementary color
Monochromatic Colors of #F22473
Black with #F22473
Text Example
Text Example
White with #F22473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22473; }
p { color: rgb(242,36,115); }
H1.HeaderClassName
{
color: #F22473;
}
.AnyTagClassName
{
color: #F22473;
}
</style>
background-color css
<style>
a { background-color: #F22473; }
a { background-color: rgb(242,36,115); }
div.DivClassName
{
background-color: #F22473;
}
.BgClassName
{
background-color: #F22473;
}
</style>
border-color css
<style>
span { border-color: #F22473; }
span { border-color: rgb(242,36,115); }
td.TdClassName
{
border-color: #F22473;
}
.TagClassName
{
border-color: #F22473;
}
</style>