Shades of Deep Cerise #F12980
Tints of Deep Cerise #F12980
RGB
CMYK
RGB Variations
Color information
#F12980 (or 0xF12980) is known color: Deep Cerise. HEX triplet: F1, 29 and 80. RGB value is (241,41,128). Sum of RGB (Red+Green+Blue) = 241+41+128=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F12980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12980 is #0ED67F. Grayscale: #6E6E6E. Windows color (decimal): -972416 or 8399345. OLE color: 8399345.
HSL color Cylindrical-coordinate representation of color #F12980: hue angle of 333.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12980 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 128 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.05 |
| HSL | 333.9º | 0.88% | 0.55% | - |
| HSV(B) | 333.9º | 0.83% | 0.95% | - |
| XYZ | 40.96 | 21.85 | 22.48 | - |
| YUV | 110.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 128 | 0 | 0.83 | 0.47 | 0.05 | 333.9 | 0.88 | 0.55 |
| Hex | F1 | 29 | 80 | 0 | 53 | 2F | 5 | 14E | 58 | 37 |
| Octal | 361 | 51 | 200 | 0 | 123 | 57 | 5 | 516 | 130 | 67 |
| Binary | 11110001 | 101001 | 10000000 | 0 | 1010011 | 101111 | 101 | 101001110 | 1011000 | 110111 |
Color Harmonies of #F12980
Complementary color
Monochromatic Colors of #F12980
Black with #F12980
Text Example
Text Example
White with #F12980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12980; }
p { color: rgb(241,41,128); }
H1.HeaderClassName
{
color: #F12980;
}
.AnyTagClassName
{
color: #F12980;
}
</style>
background-color css
<style>
a { background-color: #F12980; }
a { background-color: rgb(241,41,128); }
div.DivClassName
{
background-color: #F12980;
}
.BgClassName
{
background-color: #F12980;
}
</style>
border-color css
<style>
span { border-color: #F12980; }
span { border-color: rgb(241,41,128); }
td.TdClassName
{
border-color: #F12980;
}
.TagClassName
{
border-color: #F12980;
}
</style>