Shades of Cerise #F1226D
Tints of Cerise #F1226D
RGB
CMYK
RGB Variations
Color information
#F1226D (or 0xF1226D) is known color: Cerise. HEX triplet: F1, 22 and 6D. RGB value is (241,34,109). Sum of RGB (Red+Green+Blue) = 241+34+109=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1226D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1226D is #0EDD92. Grayscale: #686868. Windows color (decimal): -974227 or 7152369. OLE color: 7152369.
HSL color Cylindrical-coordinate representation of color #F1226D: hue angle of 338.26º 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 #F1226D is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 109 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.05 |
| HSL | 338.26º | 0.88% | 0.54% | - |
| HSV(B) | 338.26º | 0.86% | 0.95% | - |
| XYZ | 39.61 | 20.95 | 16.42 | - |
| YUV | 104.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 109 | 0 | 0.86 | 0.55 | 0.05 | 338.26 | 0.88 | 0.54 |
| Hex | F1 | 22 | 6D | 0 | 56 | 37 | 5 | 152 | 58 | 36 |
| Octal | 361 | 42 | 155 | 0 | 126 | 67 | 5 | 522 | 130 | 66 |
| Binary | 11110001 | 100010 | 1101101 | 0 | 1010110 | 110111 | 101 | 101010010 | 1011000 | 110110 |
Color Harmonies of #F1226D
Complementary color
Monochromatic Colors of #F1226D
Black with #F1226D
Text Example
Text Example
White with #F1226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1226D; }
p { color: rgb(241,34,109); }
H1.HeaderClassName
{
color: #F1226D;
}
.AnyTagClassName
{
color: #F1226D;
}
</style>
background-color css
<style>
a { background-color: #F1226D; }
a { background-color: rgb(241,34,109); }
div.DivClassName
{
background-color: #F1226D;
}
.BgClassName
{
background-color: #F1226D;
}
</style>
border-color css
<style>
span { border-color: #F1226D; }
span { border-color: rgb(241,34,109); }
td.TdClassName
{
border-color: #F1226D;
}
.TagClassName
{
border-color: #F1226D;
}
</style>