Shades of Deep Cerise #F0227A
Tints of Deep Cerise #F0227A
RGB
CMYK
RGB Variations
Color information
#F0227A (or 0xF0227A) is known color: Deep Cerise. HEX triplet: F0, 22 and 7A. RGB value is (240,34,122). Sum of RGB (Red+Green+Blue) = 240+34+122=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0227A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0227A is #0FDD85. Grayscale: #696969. Windows color (decimal): -1039750 or 8004336. OLE color: 8004336.
HSL color Cylindrical-coordinate representation of color #F0227A: hue angle of 334.37º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0227A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 122 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.06 |
| HSL | 334.37º | 0.87% | 0.54% | - |
| HSV(B) | 334.37º | 0.86% | 0.94% | - |
| XYZ | 40.02 | 21.07 | 20.37 | - |
| YUV | 105.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 122 | 0 | 0.86 | 0.49 | 0.06 | 334.37 | 0.87 | 0.54 |
| Hex | F0 | 22 | 7A | 0 | 56 | 31 | 6 | 14E | 57 | 36 |
| Octal | 360 | 42 | 172 | 0 | 126 | 61 | 6 | 516 | 127 | 66 |
| Binary | 11110000 | 100010 | 1111010 | 0 | 1010110 | 110001 | 110 | 101001110 | 1010111 | 110110 |
Color Harmonies of #F0227A
Complementary color
Monochromatic Colors of #F0227A
Black with #F0227A
Text Example
Text Example
White with #F0227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0227A; }
p { color: rgb(240,34,122); }
H1.HeaderClassName
{
color: #F0227A;
}
.AnyTagClassName
{
color: #F0227A;
}
</style>
background-color css
<style>
a { background-color: #F0227A; }
a { background-color: rgb(240,34,122); }
div.DivClassName
{
background-color: #F0227A;
}
.BgClassName
{
background-color: #F0227A;
}
</style>
border-color css
<style>
span { border-color: #F0227A; }
span { border-color: rgb(240,34,122); }
td.TdClassName
{
border-color: #F0227A;
}
.TagClassName
{
border-color: #F0227A;
}
</style>