Shades of Cerise #F12672
Tints of Cerise #F12672
RGB
CMYK
RGB Variations
Color information
#F12672 (or 0xF12672) is known color: Cerise. HEX triplet: F1, 26 and 72. RGB value is (241,38,114). Sum of RGB (Red+Green+Blue) = 241+38+114=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F12672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12672 is #0ED98D. Grayscale: #6B6B6B. Windows color (decimal): -973198 or 7481073. OLE color: 7481073.
HSL color Cylindrical-coordinate representation of color #F12672: hue angle of 337.54º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12672 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 114 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.05 |
| HSL | 337.54º | 0.88% | 0.55% | - |
| HSV(B) | 337.54º | 0.84% | 0.95% | - |
| XYZ | 40.01 | 21.3 | 17.92 | - |
| YUV | 107.36 | 131.75 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 114 | 0 | 0.84 | 0.53 | 0.05 | 337.54 | 0.88 | 0.55 |
| Hex | F1 | 26 | 72 | 0 | 54 | 35 | 5 | 152 | 58 | 37 |
| Octal | 361 | 46 | 162 | 0 | 124 | 65 | 5 | 522 | 130 | 67 |
| Binary | 11110001 | 100110 | 1110010 | 0 | 1010100 | 110101 | 101 | 101010010 | 1011000 | 110111 |
Color Harmonies of #F12672
Complementary color
Monochromatic Colors of #F12672
Black with #F12672
Text Example
Text Example
White with #F12672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12672; }
p { color: rgb(241,38,114); }
H1.HeaderClassName
{
color: #F12672;
}
.AnyTagClassName
{
color: #F12672;
}
</style>
background-color css
<style>
a { background-color: #F12672; }
a { background-color: rgb(241,38,114); }
div.DivClassName
{
background-color: #F12672;
}
.BgClassName
{
background-color: #F12672;
}
</style>
border-color css
<style>
span { border-color: #F12672; }
span { border-color: rgb(241,38,114); }
td.TdClassName
{
border-color: #F12672;
}
.TagClassName
{
border-color: #F12672;
}
</style>