Shades of Cerise #F2276E
Tints of Cerise #F2276E
RGB
CMYK
RGB Variations
Color information
#F2276E (or 0xF2276E) is known color: Cerise. HEX triplet: F2, 27 and 6E. RGB value is (242,39,110). Sum of RGB (Red+Green+Blue) = 242+39+110=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2276E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2276E is #0DD891. Grayscale: #6B6B6B. Windows color (decimal): -907410 or 7219186. OLE color: 7219186.
HSL color Cylindrical-coordinate representation of color #F2276E: hue angle of 339.01º 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 #F2276E is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 110 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.05 |
| HSL | 339.01º | 0.89% | 0.55% | - |
| HSV(B) | 339.01º | 0.84% | 0.95% | - |
| XYZ | 40.16 | 21.45 | 16.78 | - |
| YUV | 107.79 | 129.25 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 110 | 0 | 0.84 | 0.55 | 0.05 | 339.01 | 0.89 | 0.55 |
| Hex | F2 | 27 | 6E | 0 | 54 | 37 | 5 | 153 | 59 | 37 |
| Octal | 362 | 47 | 156 | 0 | 124 | 67 | 5 | 523 | 131 | 67 |
| Binary | 11110010 | 100111 | 1101110 | 0 | 1010100 | 110111 | 101 | 101010011 | 1011001 | 110111 |
Color Harmonies of #F2276E
Complementary color
Monochromatic Colors of #F2276E
Black with #F2276E
Text Example
Text Example
White with #F2276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2276E; }
p { color: rgb(242,39,110); }
H1.HeaderClassName
{
color: #F2276E;
}
.AnyTagClassName
{
color: #F2276E;
}
</style>
background-color css
<style>
a { background-color: #F2276E; }
a { background-color: rgb(242,39,110); }
div.DivClassName
{
background-color: #F2276E;
}
.BgClassName
{
background-color: #F2276E;
}
</style>
border-color css
<style>
span { border-color: #F2276E; }
span { border-color: rgb(242,39,110); }
td.TdClassName
{
border-color: #F2276E;
}
.TagClassName
{
border-color: #F2276E;
}
</style>