Shades of Cerise #F22B73
Tints of Cerise #F22B73
RGB
CMYK
RGB Variations
Color information
#F22B73 (or 0xF22B73) is known color: Cerise. HEX triplet: F2, 2B and 73. RGB value is (242,43,115). Sum of RGB (Red+Green+Blue) = 242+43+115=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22B73 is #0DD48C. Grayscale: #6E6E6E. Windows color (decimal): -906381 or 7547890. OLE color: 7547890.
HSL color Cylindrical-coordinate representation of color #F22B73: hue angle of 338.29º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22B73 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 43 | 115 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.05 |
| HSL | 338.29º | 0.88% | 0.56% | - |
| HSV(B) | 338.29º | 0.82% | 0.95% | - |
| XYZ | 40.58 | 21.84 | 18.3 | - |
| YUV | 110.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 43 | 115 | 0 | 0.82 | 0.52 | 0.05 | 338.29 | 0.88 | 0.56 |
| Hex | F2 | 2B | 73 | 0 | 52 | 34 | 5 | 152 | 58 | 38 |
| Octal | 362 | 53 | 163 | 0 | 122 | 64 | 5 | 522 | 130 | 70 |
| Binary | 11110010 | 101011 | 1110011 | 0 | 1010010 | 110100 | 101 | 101010010 | 1011000 | 111000 |
Color Harmonies of #F22B73
Complementary color
Monochromatic Colors of #F22B73
Black with #F22B73
Text Example
Text Example
White with #F22B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22B73; }
p { color: rgb(242,43,115); }
H1.HeaderClassName
{
color: #F22B73;
}
.AnyTagClassName
{
color: #F22B73;
}
</style>
background-color css
<style>
a { background-color: #F22B73; }
a { background-color: rgb(242,43,115); }
div.DivClassName
{
background-color: #F22B73;
}
.BgClassName
{
background-color: #F22B73;
}
</style>
border-color css
<style>
span { border-color: #F22B73; }
span { border-color: rgb(242,43,115); }
td.TdClassName
{
border-color: #F22B73;
}
.TagClassName
{
border-color: #F22B73;
}
</style>