Shades of Deep Cerise #F2277E
Tints of Deep Cerise #F2277E
RGB
CMYK
RGB Variations
Color information
#F2277E (or 0xF2277E) is known color: Deep Cerise. HEX triplet: F2, 27 and 7E. RGB value is (242,39,126). Sum of RGB (Red+Green+Blue) = 242+39+126=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2277E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2277E is #0DD881. Grayscale: #6D6D6D. Windows color (decimal): -907394 or 8267762. OLE color: 8267762.
HSL color Cylindrical-coordinate representation of color #F2277E: hue angle of 334.29º 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 #F2277E is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 126 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.05 |
| HSL | 334.29º | 0.89% | 0.55% | - |
| HSV(B) | 334.29º | 0.84% | 0.95% | - |
| XYZ | 41.11 | 21.83 | 21.79 | - |
| YUV | 109.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 126 | 0 | 0.84 | 0.48 | 0.05 | 334.29 | 0.89 | 0.55 |
| Hex | F2 | 27 | 7E | 0 | 54 | 30 | 5 | 14E | 59 | 37 |
| Octal | 362 | 47 | 176 | 0 | 124 | 60 | 5 | 516 | 131 | 67 |
| Binary | 11110010 | 100111 | 1111110 | 0 | 1010100 | 110000 | 101 | 101001110 | 1011001 | 110111 |
Color Harmonies of #F2277E
Complementary color
Monochromatic Colors of #F2277E
Black with #F2277E
Text Example
Text Example
White with #F2277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2277E; }
p { color: rgb(242,39,126); }
H1.HeaderClassName
{
color: #F2277E;
}
.AnyTagClassName
{
color: #F2277E;
}
</style>
background-color css
<style>
a { background-color: #F2277E; }
a { background-color: rgb(242,39,126); }
div.DivClassName
{
background-color: #F2277E;
}
.BgClassName
{
background-color: #F2277E;
}
</style>
border-color css
<style>
span { border-color: #F2277E; }
span { border-color: rgb(242,39,126); }
td.TdClassName
{
border-color: #F2277E;
}
.TagClassName
{
border-color: #F2277E;
}
</style>