Shades of Cerise #F22F73
Tints of Cerise #F22F73
RGB
CMYK
RGB Variations
Color information
#F22F73 (or 0xF22F73) is known color: Cerise. HEX triplet: F2, 2F and 73. RGB value is (242,47,115). Sum of RGB (Red+Green+Blue) = 242+47+115=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22F73 is #0DD08C. Grayscale: #707070. Windows color (decimal): -905357 or 7548914. OLE color: 7548914.
HSL color Cylindrical-coordinate representation of color #F22F73: hue angle of 339.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22F73 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 47 | 115 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.05 |
| HSL | 339.08º | 0.88% | 0.57% | - |
| HSV(B) | 339.08º | 0.81% | 0.95% | - |
| XYZ | 40.73 | 22.15 | 18.35 | - |
| YUV | 113.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 47 | 115 | 0 | 0.81 | 0.52 | 0.05 | 339.08 | 0.88 | 0.57 |
| Hex | F2 | 2F | 73 | 0 | 51 | 34 | 5 | 153 | 58 | 39 |
| Octal | 362 | 57 | 163 | 0 | 121 | 64 | 5 | 523 | 130 | 71 |
| Binary | 11110010 | 101111 | 1110011 | 0 | 1010001 | 110100 | 101 | 101010011 | 1011000 | 111001 |
Color Harmonies of #F22F73
Complementary color
Monochromatic Colors of #F22F73
Black with #F22F73
Text Example
Text Example
White with #F22F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22F73; }
p { color: rgb(242,47,115); }
H1.HeaderClassName
{
color: #F22F73;
}
.AnyTagClassName
{
color: #F22F73;
}
</style>
background-color css
<style>
a { background-color: #F22F73; }
a { background-color: rgb(242,47,115); }
div.DivClassName
{
background-color: #F22F73;
}
.BgClassName
{
background-color: #F22F73;
}
</style>
border-color css
<style>
span { border-color: #F22F73; }
span { border-color: rgb(242,47,115); }
td.TdClassName
{
border-color: #F22F73;
}
.TagClassName
{
border-color: #F22F73;
}
</style>