Shades of Cerise #F22C6D
Tints of Cerise #F22C6D
RGB
CMYK
RGB Variations
Color information
#F22C6D (or 0xF22C6D) is known color: Cerise. HEX triplet: F2, 2C and 6D. RGB value is (242,44,109). Sum of RGB (Red+Green+Blue) = 242+44+109=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C6D is #0DD392. Grayscale: #6E6E6E. Windows color (decimal): -906131 or 7154930. OLE color: 7154930.
HSL color Cylindrical-coordinate representation of color #F22C6D: hue angle of 340.3º 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 #F22C6D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 109 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.05 |
| HSL | 340.3º | 0.88% | 0.56% | - |
| HSV(B) | 340.3º | 0.82% | 0.95% | - |
| XYZ | 40.28 | 21.78 | 16.55 | - |
| YUV | 110.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 109 | 0 | 0.82 | 0.55 | 0.05 | 340.3 | 0.88 | 0.56 |
| Hex | F2 | 2C | 6D | 0 | 52 | 37 | 5 | 154 | 58 | 38 |
| Octal | 362 | 54 | 155 | 0 | 122 | 67 | 5 | 524 | 130 | 70 |
| Binary | 11110010 | 101100 | 1101101 | 0 | 1010010 | 110111 | 101 | 101010100 | 1011000 | 111000 |
Color Harmonies of #F22C6D
Complementary color
Monochromatic Colors of #F22C6D
Black with #F22C6D
Text Example
Text Example
White with #F22C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C6D; }
p { color: rgb(242,44,109); }
H1.HeaderClassName
{
color: #F22C6D;
}
.AnyTagClassName
{
color: #F22C6D;
}
</style>
background-color css
<style>
a { background-color: #F22C6D; }
a { background-color: rgb(242,44,109); }
div.DivClassName
{
background-color: #F22C6D;
}
.BgClassName
{
background-color: #F22C6D;
}
</style>
border-color css
<style>
span { border-color: #F22C6D; }
span { border-color: rgb(242,44,109); }
td.TdClassName
{
border-color: #F22C6D;
}
.TagClassName
{
border-color: #F22C6D;
}
</style>