Shades of Deep Cerise #F12279
Tints of Deep Cerise #F12279
RGB
CMYK
RGB Variations
Color information
#F12279 (or 0xF12279) is known color: Deep Cerise. HEX triplet: F1, 22 and 79. RGB value is (241,34,121). Sum of RGB (Red+Green+Blue) = 241+34+121=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F12279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12279 is #0EDD86. Grayscale: #696969. Windows color (decimal): -974215 or 7938801. OLE color: 7938801.
HSL color Cylindrical-coordinate representation of color #F12279: hue angle of 334.78º 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 #F12279 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 121 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.05 |
| HSL | 334.78º | 0.88% | 0.54% | - |
| HSV(B) | 334.78º | 0.86% | 0.95% | - |
| XYZ | 40.3 | 21.23 | 20.06 | - |
| YUV | 105.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 121 | 0 | 0.86 | 0.50 | 0.05 | 334.78 | 0.88 | 0.54 |
| Hex | F1 | 22 | 79 | 0 | 56 | 32 | 5 | 14F | 58 | 36 |
| Octal | 361 | 42 | 171 | 0 | 126 | 62 | 5 | 517 | 130 | 66 |
| Binary | 11110001 | 100010 | 1111001 | 0 | 1010110 | 110010 | 101 | 101001111 | 1011000 | 110110 |
Color Harmonies of #F12279
Complementary color
Monochromatic Colors of #F12279
Black with #F12279
Text Example
Text Example
White with #F12279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12279; }
p { color: rgb(241,34,121); }
H1.HeaderClassName
{
color: #F12279;
}
.AnyTagClassName
{
color: #F12279;
}
</style>
background-color css
<style>
a { background-color: #F12279; }
a { background-color: rgb(241,34,121); }
div.DivClassName
{
background-color: #F12279;
}
.BgClassName
{
background-color: #F12279;
}
</style>
border-color css
<style>
span { border-color: #F12279; }
span { border-color: rgb(241,34,121); }
td.TdClassName
{
border-color: #F12279;
}
.TagClassName
{
border-color: #F12279;
}
</style>