Shades of Cerise #F2286D
Tints of Cerise #F2286D
RGB
CMYK
RGB Variations
Color information
#F2286D (or 0xF2286D) is known color: Cerise. HEX triplet: F2, 28 and 6D. RGB value is (242,40,109). Sum of RGB (Red+Green+Blue) = 242+40+109=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2286D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2286D is #0DD792. Grayscale: #6C6C6C. Windows color (decimal): -907155 or 7153906. OLE color: 7153906.
HSL color Cylindrical-coordinate representation of color #F2286D: hue angle of 339.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2286D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 109 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.05 |
| HSL | 339.5º | 0.89% | 0.55% | - |
| HSV(B) | 339.5º | 0.83% | 0.95% | - |
| XYZ | 40.14 | 21.5 | 16.5 | - |
| YUV | 108.26 | 128.42 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 109 | 0 | 0.83 | 0.55 | 0.05 | 339.5 | 0.89 | 0.55 |
| Hex | F2 | 28 | 6D | 0 | 53 | 37 | 5 | 154 | 59 | 37 |
| Octal | 362 | 50 | 155 | 0 | 123 | 67 | 5 | 524 | 131 | 67 |
| Binary | 11110010 | 101000 | 1101101 | 0 | 1010011 | 110111 | 101 | 101010100 | 1011001 | 110111 |
Color Harmonies of #F2286D
Complementary color
Monochromatic Colors of #F2286D
Black with #F2286D
Text Example
Text Example
White with #F2286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2286D; }
p { color: rgb(242,40,109); }
H1.HeaderClassName
{
color: #F2286D;
}
.AnyTagClassName
{
color: #F2286D;
}
</style>
background-color css
<style>
a { background-color: #F2286D; }
a { background-color: rgb(242,40,109); }
div.DivClassName
{
background-color: #F2286D;
}
.BgClassName
{
background-color: #F2286D;
}
</style>
border-color css
<style>
span { border-color: #F2286D; }
span { border-color: rgb(242,40,109); }
td.TdClassName
{
border-color: #F2286D;
}
.TagClassName
{
border-color: #F2286D;
}
</style>