Shades of Deep Cerise #F2277B
Tints of Deep Cerise #F2277B
RGB
CMYK
RGB Variations
Color information
#F2277B (or 0xF2277B) is known color: Deep Cerise. HEX triplet: F2, 27 and 7B. RGB value is (242,39,123). Sum of RGB (Red+Green+Blue) = 242+39+123=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2277B is #0DD884. Grayscale: #6D6D6D. Windows color (decimal): -907397 or 8071154. OLE color: 8071154.
HSL color Cylindrical-coordinate representation of color #F2277B: hue angle of 335.17º 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 #F2277B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 123 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.05 |
| HSL | 335.17º | 0.89% | 0.55% | - |
| HSV(B) | 335.17º | 0.84% | 0.95% | - |
| XYZ | 40.92 | 21.76 | 20.78 | - |
| YUV | 109.27 | 135.75 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 123 | 0 | 0.84 | 0.49 | 0.05 | 335.17 | 0.89 | 0.55 |
| Hex | F2 | 27 | 7B | 0 | 54 | 31 | 5 | 14F | 59 | 37 |
| Octal | 362 | 47 | 173 | 0 | 124 | 61 | 5 | 517 | 131 | 67 |
| Binary | 11110010 | 100111 | 1111011 | 0 | 1010100 | 110001 | 101 | 101001111 | 1011001 | 110111 |
Color Harmonies of #F2277B
Complementary color
Monochromatic Colors of #F2277B
Black with #F2277B
Text Example
Text Example
White with #F2277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2277B; }
p { color: rgb(242,39,123); }
H1.HeaderClassName
{
color: #F2277B;
}
.AnyTagClassName
{
color: #F2277B;
}
</style>
background-color css
<style>
a { background-color: #F2277B; }
a { background-color: rgb(242,39,123); }
div.DivClassName
{
background-color: #F2277B;
}
.BgClassName
{
background-color: #F2277B;
}
</style>
border-color css
<style>
span { border-color: #F2277B; }
span { border-color: rgb(242,39,123); }
td.TdClassName
{
border-color: #F2277B;
}
.TagClassName
{
border-color: #F2277B;
}
</style>