Shades of Deep Cerise #F12F7C
Tints of Deep Cerise #F12F7C
RGB
CMYK
RGB Variations
Color information
#F12F7C (or 0xF12F7C) is known color: Deep Cerise. HEX triplet: F1, 2F and 7C. RGB value is (241,47,124). Sum of RGB (Red+Green+Blue) = 241+47+124=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F7C is #0ED083. Grayscale: #717171. Windows color (decimal): -970884 or 8138737. OLE color: 8138737.
HSL color Cylindrical-coordinate representation of color #F12F7C: hue angle of 336.19º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F7C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 124 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.05 |
| HSL | 336.19º | 0.87% | 0.56% | - |
| HSV(B) | 336.19º | 0.8% | 0.95% | - |
| XYZ | 40.93 | 22.19 | 21.19 | - |
| YUV | 113.78 | 133.77 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 124 | 0 | 0.80 | 0.49 | 0.05 | 336.19 | 0.87 | 0.56 |
| Hex | F1 | 2F | 7C | 0 | 50 | 31 | 5 | 150 | 57 | 38 |
| Octal | 361 | 57 | 174 | 0 | 120 | 61 | 5 | 520 | 127 | 70 |
| Binary | 11110001 | 101111 | 1111100 | 0 | 1010000 | 110001 | 101 | 101010000 | 1010111 | 111000 |
Color Harmonies of #F12F7C
Complementary color
Monochromatic Colors of #F12F7C
Black with #F12F7C
Text Example
Text Example
White with #F12F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F7C; }
p { color: rgb(241,47,124); }
H1.HeaderClassName
{
color: #F12F7C;
}
.AnyTagClassName
{
color: #F12F7C;
}
</style>
background-color css
<style>
a { background-color: #F12F7C; }
a { background-color: rgb(241,47,124); }
div.DivClassName
{
background-color: #F12F7C;
}
.BgClassName
{
background-color: #F12F7C;
}
</style>
border-color css
<style>
span { border-color: #F12F7C; }
span { border-color: rgb(241,47,124); }
td.TdClassName
{
border-color: #F12F7C;
}
.TagClassName
{
border-color: #F12F7C;
}
</style>