Shades of Deep Cerise #F2227B
Tints of Deep Cerise #F2227B
RGB
CMYK
RGB Variations
Color information
#F2227B (or 0xF2227B) is known color: Deep Cerise. HEX triplet: F2, 22 and 7B. RGB value is (242,34,123). Sum of RGB (Red+Green+Blue) = 242+34+123=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2227B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2227B is #0DDD84. Grayscale: #6A6A6A. Windows color (decimal): -908677 or 8069874. OLE color: 8069874.
HSL color Cylindrical-coordinate representation of color #F2227B: hue angle of 334.33º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2227B is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 123 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.05 |
| HSL | 334.33º | 0.89% | 0.54% | - |
| HSV(B) | 334.33º | 0.86% | 0.95% | - |
| XYZ | 40.77 | 21.45 | 20.73 | - |
| YUV | 106.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 123 | 0 | 0.86 | 0.49 | 0.05 | 334.33 | 0.89 | 0.54 |
| Hex | F2 | 22 | 7B | 0 | 56 | 31 | 5 | 14E | 59 | 36 |
| Octal | 362 | 42 | 173 | 0 | 126 | 61 | 5 | 516 | 131 | 66 |
| Binary | 11110010 | 100010 | 1111011 | 0 | 1010110 | 110001 | 101 | 101001110 | 1011001 | 110110 |
Color Harmonies of #F2227B
Complementary color
Monochromatic Colors of #F2227B
Black with #F2227B
Text Example
Text Example
White with #F2227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2227B; }
p { color: rgb(242,34,123); }
H1.HeaderClassName
{
color: #F2227B;
}
.AnyTagClassName
{
color: #F2227B;
}
</style>
background-color css
<style>
a { background-color: #F2227B; }
a { background-color: rgb(242,34,123); }
div.DivClassName
{
background-color: #F2227B;
}
.BgClassName
{
background-color: #F2227B;
}
</style>
border-color css
<style>
span { border-color: #F2227B; }
span { border-color: rgb(242,34,123); }
td.TdClassName
{
border-color: #F2227B;
}
.TagClassName
{
border-color: #F2227B;
}
</style>