Shades of Deep Cerise #F12C84
Tints of Deep Cerise #F12C84
RGB
CMYK
RGB Variations
Color information
#F12C84 (or 0xF12C84) is known color: Deep Cerise. HEX triplet: F1, 2C and 84. RGB value is (241,44,132). Sum of RGB (Red+Green+Blue) = 241+44+132=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12C84 is #0ED37B. Grayscale: #707070. Windows color (decimal): -971644 or 8662257. OLE color: 8662257.
HSL color Cylindrical-coordinate representation of color #F12C84: hue angle of 333.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C84 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 132 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.05 |
| HSL | 333.2º | 0.88% | 0.56% | - |
| HSV(B) | 333.2º | 0.82% | 0.95% | - |
| XYZ | 41.34 | 22.17 | 23.93 | - |
| YUV | 112.94 | 138.77 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 132 | 0 | 0.82 | 0.45 | 0.05 | 333.2 | 0.88 | 0.56 |
| Hex | F1 | 2C | 84 | 0 | 52 | 2D | 5 | 14D | 58 | 38 |
| Octal | 361 | 54 | 204 | 0 | 122 | 55 | 5 | 515 | 130 | 70 |
| Binary | 11110001 | 101100 | 10000100 | 0 | 1010010 | 101101 | 101 | 101001101 | 1011000 | 111000 |
Color Harmonies of #F12C84
Complementary color
Monochromatic Colors of #F12C84
Black with #F12C84
Text Example
Text Example
White with #F12C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C84; }
p { color: rgb(241,44,132); }
H1.HeaderClassName
{
color: #F12C84;
}
.AnyTagClassName
{
color: #F12C84;
}
</style>
background-color css
<style>
a { background-color: #F12C84; }
a { background-color: rgb(241,44,132); }
div.DivClassName
{
background-color: #F12C84;
}
.BgClassName
{
background-color: #F12C84;
}
</style>
border-color css
<style>
span { border-color: #F12C84; }
span { border-color: rgb(241,44,132); }
td.TdClassName
{
border-color: #F12C84;
}
.TagClassName
{
border-color: #F12C84;
}
</style>