Shades of Deep Cerise #F12482
Tints of Deep Cerise #F12482
RGB
CMYK
RGB Variations
Color information
#F12482 (or 0xF12482) is known color: Deep Cerise. HEX triplet: F1, 24 and 82. RGB value is (241,36,130). Sum of RGB (Red+Green+Blue) = 241+36+130=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F12482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12482 is #0EDB7D. Grayscale: #6B6B6B. Windows color (decimal): -973694 or 8529137. OLE color: 8529137.
HSL color Cylindrical-coordinate representation of color #F12482: hue angle of 332.49º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12482 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 130 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.05 |
| HSL | 332.49º | 0.88% | 0.54% | - |
| HSV(B) | 332.49º | 0.85% | 0.95% | - |
| XYZ | 40.94 | 21.57 | 23.13 | - |
| YUV | 108.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 130 | 0 | 0.85 | 0.46 | 0.05 | 332.49 | 0.88 | 0.54 |
| Hex | F1 | 24 | 82 | 0 | 55 | 2E | 5 | 14C | 58 | 36 |
| Octal | 361 | 44 | 202 | 0 | 125 | 56 | 5 | 514 | 130 | 66 |
| Binary | 11110001 | 100100 | 10000010 | 0 | 1010101 | 101110 | 101 | 101001100 | 1011000 | 110110 |
Color Harmonies of #F12482
Complementary color
Monochromatic Colors of #F12482
Black with #F12482
Text Example
Text Example
White with #F12482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12482; }
p { color: rgb(241,36,130); }
H1.HeaderClassName
{
color: #F12482;
}
.AnyTagClassName
{
color: #F12482;
}
</style>
background-color css
<style>
a { background-color: #F12482; }
a { background-color: rgb(241,36,130); }
div.DivClassName
{
background-color: #F12482;
}
.BgClassName
{
background-color: #F12482;
}
</style>
border-color css
<style>
span { border-color: #F12482; }
span { border-color: rgb(241,36,130); }
td.TdClassName
{
border-color: #F12482;
}
.TagClassName
{
border-color: #F12482;
}
</style>