Shades of Deep Cerise #F12D83
Tints of Deep Cerise #F12D83
RGB
CMYK
RGB Variations
Color information
#F12D83 (or 0xF12D83) is known color: Deep Cerise. HEX triplet: F1, 2D and 83. RGB value is (241,45,131). Sum of RGB (Red+Green+Blue) = 241+45+131=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D83 is #0ED27C. Grayscale: #717171. Windows color (decimal): -971389 or 8596977. OLE color: 8596977.
HSL color Cylindrical-coordinate representation of color #F12D83: hue angle of 333.67º 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 #F12D83 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 131 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.05 |
| HSL | 333.67º | 0.88% | 0.56% | - |
| HSV(B) | 333.67º | 0.81% | 0.95% | - |
| XYZ | 41.31 | 22.22 | 23.58 | - |
| YUV | 113.41 | 137.93 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 131 | 0 | 0.81 | 0.46 | 0.05 | 333.67 | 0.88 | 0.56 |
| Hex | F1 | 2D | 83 | 0 | 51 | 2E | 5 | 14E | 58 | 38 |
| Octal | 361 | 55 | 203 | 0 | 121 | 56 | 5 | 516 | 130 | 70 |
| Binary | 11110001 | 101101 | 10000011 | 0 | 1010001 | 101110 | 101 | 101001110 | 1011000 | 111000 |
Color Harmonies of #F12D83
Complementary color
Monochromatic Colors of #F12D83
Black with #F12D83
Text Example
Text Example
White with #F12D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D83; }
p { color: rgb(241,45,131); }
H1.HeaderClassName
{
color: #F12D83;
}
.AnyTagClassName
{
color: #F12D83;
}
</style>
background-color css
<style>
a { background-color: #F12D83; }
a { background-color: rgb(241,45,131); }
div.DivClassName
{
background-color: #F12D83;
}
.BgClassName
{
background-color: #F12D83;
}
</style>
border-color css
<style>
span { border-color: #F12D83; }
span { border-color: rgb(241,45,131); }
td.TdClassName
{
border-color: #F12D83;
}
.TagClassName
{
border-color: #F12D83;
}
</style>