Shades of Cerise #F22770
Tints of Cerise #F22770
RGB
CMYK
RGB Variations
Color information
#F22770 (or 0xF22770) is known color: Cerise. HEX triplet: F2, 27 and 70. RGB value is (242,39,112). Sum of RGB (Red+Green+Blue) = 242+39+112=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22770 is #0DD88F. Grayscale: #6B6B6B. Windows color (decimal): -907408 or 7350258. OLE color: 7350258.
HSL color Cylindrical-coordinate representation of color #F22770: hue angle of 338.42º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22770 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 112 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.05 |
| HSL | 338.42º | 0.89% | 0.55% | - |
| HSV(B) | 338.42º | 0.84% | 0.95% | - |
| XYZ | 40.27 | 21.5 | 17.36 | - |
| YUV | 108.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 112 | 0 | 0.84 | 0.54 | 0.05 | 338.42 | 0.89 | 0.55 |
| Hex | F2 | 27 | 70 | 0 | 54 | 36 | 5 | 152 | 59 | 37 |
| Octal | 362 | 47 | 160 | 0 | 124 | 66 | 5 | 522 | 131 | 67 |
| Binary | 11110010 | 100111 | 1110000 | 0 | 1010100 | 110110 | 101 | 101010010 | 1011001 | 110111 |
Color Harmonies of #F22770
Complementary color
Monochromatic Colors of #F22770
Black with #F22770
Text Example
Text Example
White with #F22770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22770; }
p { color: rgb(242,39,112); }
H1.HeaderClassName
{
color: #F22770;
}
.AnyTagClassName
{
color: #F22770;
}
</style>
background-color css
<style>
a { background-color: #F22770; }
a { background-color: rgb(242,39,112); }
div.DivClassName
{
background-color: #F22770;
}
.BgClassName
{
background-color: #F22770;
}
</style>
border-color css
<style>
span { border-color: #F22770; }
span { border-color: rgb(242,39,112); }
td.TdClassName
{
border-color: #F22770;
}
.TagClassName
{
border-color: #F22770;
}
</style>