Shades of Deep Cerise #F1227C
Tints of Deep Cerise #F1227C
RGB
CMYK
RGB Variations
Color information
#F1227C (or 0xF1227C) is known color: Deep Cerise. HEX triplet: F1, 22 and 7C. RGB value is (241,34,124). Sum of RGB (Red+Green+Blue) = 241+34+124=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1227C is #0EDD83. Grayscale: #6A6A6A. Windows color (decimal): -974212 or 8135409. OLE color: 8135409.
HSL color Cylindrical-coordinate representation of color #F1227C: hue angle of 333.91º degrees, saturation: 0.88, 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 #F1227C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 124 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.05 |
| HSL | 333.91º | 0.88% | 0.54% | - |
| HSV(B) | 333.91º | 0.86% | 0.95% | - |
| XYZ | 40.49 | 21.3 | 21.05 | - |
| YUV | 106.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 124 | 0 | 0.86 | 0.49 | 0.05 | 333.91 | 0.88 | 0.54 |
| Hex | F1 | 22 | 7C | 0 | 56 | 31 | 5 | 14E | 58 | 36 |
| Octal | 361 | 42 | 174 | 0 | 126 | 61 | 5 | 516 | 130 | 66 |
| Binary | 11110001 | 100010 | 1111100 | 0 | 1010110 | 110001 | 101 | 101001110 | 1011000 | 110110 |
Color Harmonies of #F1227C
Complementary color
Monochromatic Colors of #F1227C
Black with #F1227C
Text Example
Text Example
White with #F1227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1227C; }
p { color: rgb(241,34,124); }
H1.HeaderClassName
{
color: #F1227C;
}
.AnyTagClassName
{
color: #F1227C;
}
</style>
background-color css
<style>
a { background-color: #F1227C; }
a { background-color: rgb(241,34,124); }
div.DivClassName
{
background-color: #F1227C;
}
.BgClassName
{
background-color: #F1227C;
}
</style>
border-color css
<style>
span { border-color: #F1227C; }
span { border-color: rgb(241,34,124); }
td.TdClassName
{
border-color: #F1227C;
}
.TagClassName
{
border-color: #F1227C;
}
</style>