Shades of Cerise #F12C6F
Tints of Cerise #F12C6F
RGB
CMYK
RGB Variations
Color information
#F12C6F (or 0xF12C6F) is known color: Cerise. HEX triplet: F1, 2C and 6F. RGB value is (241,44,111). Sum of RGB (Red+Green+Blue) = 241+44+111=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C6F is #0ED390. Grayscale: #6E6E6E. Windows color (decimal): -971665 or 7286001. OLE color: 7286001.
HSL color Cylindrical-coordinate representation of color #F12C6F: hue angle of 339.59º 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 #F12C6F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 111 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.05 |
| HSL | 339.59º | 0.88% | 0.56% | - |
| HSV(B) | 339.59º | 0.82% | 0.95% | - |
| XYZ | 40.05 | 21.65 | 17.11 | - |
| YUV | 110.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 111 | 0 | 0.82 | 0.54 | 0.05 | 339.59 | 0.88 | 0.56 |
| Hex | F1 | 2C | 6F | 0 | 52 | 36 | 5 | 154 | 58 | 38 |
| Octal | 361 | 54 | 157 | 0 | 122 | 66 | 5 | 524 | 130 | 70 |
| Binary | 11110001 | 101100 | 1101111 | 0 | 1010010 | 110110 | 101 | 101010100 | 1011000 | 111000 |
Color Harmonies of #F12C6F
Complementary color
Monochromatic Colors of #F12C6F
Black with #F12C6F
Text Example
Text Example
White with #F12C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C6F; }
p { color: rgb(241,44,111); }
H1.HeaderClassName
{
color: #F12C6F;
}
.AnyTagClassName
{
color: #F12C6F;
}
</style>
background-color css
<style>
a { background-color: #F12C6F; }
a { background-color: rgb(241,44,111); }
div.DivClassName
{
background-color: #F12C6F;
}
.BgClassName
{
background-color: #F12C6F;
}
</style>
border-color css
<style>
span { border-color: #F12C6F; }
span { border-color: rgb(241,44,111); }
td.TdClassName
{
border-color: #F12C6F;
}
.TagClassName
{
border-color: #F12C6F;
}
</style>