Shades of Deep Cerise #F12D84
Tints of Deep Cerise #F12D84
RGB
CMYK
RGB Variations
Color information
#F12D84 (or 0xF12D84) is known color: Deep Cerise. HEX triplet: F1, 2D and 84. RGB value is (241,45,132). Sum of RGB (Red+Green+Blue) = 241+45+132=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D84 is #0ED27B. Grayscale: #717171. Windows color (decimal): -971388 or 8662513. OLE color: 8662513.
HSL color Cylindrical-coordinate representation of color #F12D84: hue angle of 333.37º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12D84 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 132 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.05 |
| HSL | 333.37º | 0.88% | 0.56% | - |
| HSV(B) | 333.37º | 0.81% | 0.95% | - |
| XYZ | 41.38 | 22.24 | 23.94 | - |
| YUV | 113.52 | 138.43 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 132 | 0 | 0.81 | 0.45 | 0.05 | 333.37 | 0.88 | 0.56 |
| Hex | F1 | 2D | 84 | 0 | 51 | 2D | 5 | 14D | 58 | 38 |
| Octal | 361 | 55 | 204 | 0 | 121 | 55 | 5 | 515 | 130 | 70 |
| Binary | 11110001 | 101101 | 10000100 | 0 | 1010001 | 101101 | 101 | 101001101 | 1011000 | 111000 |
Color Harmonies of #F12D84
Complementary color
Monochromatic Colors of #F12D84
Black with #F12D84
Text Example
Text Example
White with #F12D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D84; }
p { color: rgb(241,45,132); }
H1.HeaderClassName
{
color: #F12D84;
}
.AnyTagClassName
{
color: #F12D84;
}
</style>
background-color css
<style>
a { background-color: #F12D84; }
a { background-color: rgb(241,45,132); }
div.DivClassName
{
background-color: #F12D84;
}
.BgClassName
{
background-color: #F12D84;
}
</style>
border-color css
<style>
span { border-color: #F12D84; }
span { border-color: rgb(241,45,132); }
td.TdClassName
{
border-color: #F12D84;
}
.TagClassName
{
border-color: #F12D84;
}
</style>