Shades of Deep Cerise #F12C83
Tints of Deep Cerise #F12C83
RGB
CMYK
RGB Variations
Color information
#F12C83 (or 0xF12C83) is known color: Deep Cerise. HEX triplet: F1, 2C and 83. RGB value is (241,44,131). Sum of RGB (Red+Green+Blue) = 241+44+131=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12C83 is #0ED37C. Grayscale: #707070. Windows color (decimal): -971645 or 8596721. OLE color: 8596721.
HSL color Cylindrical-coordinate representation of color #F12C83: hue angle of 333.5º 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 #F12C83 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 131 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.05 |
| HSL | 333.5º | 0.88% | 0.56% | - |
| HSV(B) | 333.5º | 0.82% | 0.95% | - |
| XYZ | 41.27 | 22.14 | 23.57 | - |
| YUV | 112.82 | 138.27 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 131 | 0 | 0.82 | 0.46 | 0.05 | 333.5 | 0.88 | 0.56 |
| Hex | F1 | 2C | 83 | 0 | 52 | 2E | 5 | 14E | 58 | 38 |
| Octal | 361 | 54 | 203 | 0 | 122 | 56 | 5 | 516 | 130 | 70 |
| Binary | 11110001 | 101100 | 10000011 | 0 | 1010010 | 101110 | 101 | 101001110 | 1011000 | 111000 |
Color Harmonies of #F12C83
Complementary color
Monochromatic Colors of #F12C83
Black with #F12C83
Text Example
Text Example
White with #F12C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C83; }
p { color: rgb(241,44,131); }
H1.HeaderClassName
{
color: #F12C83;
}
.AnyTagClassName
{
color: #F12C83;
}
</style>
background-color css
<style>
a { background-color: #F12C83; }
a { background-color: rgb(241,44,131); }
div.DivClassName
{
background-color: #F12C83;
}
.BgClassName
{
background-color: #F12C83;
}
</style>
border-color css
<style>
span { border-color: #F12C83; }
span { border-color: rgb(241,44,131); }
td.TdClassName
{
border-color: #F12C83;
}
.TagClassName
{
border-color: #F12C83;
}
</style>