Shades of Cerise #F12B68
Tints of Cerise #F12B68
RGB
CMYK
RGB Variations
Color information
#F12B68 (or 0xF12B68) is known color: Cerise. HEX triplet: F1, 2B and 68. RGB value is (241,43,104). Sum of RGB (Red+Green+Blue) = 241+43+104=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12B68 is #0ED497. Grayscale: #6D6D6D. Windows color (decimal): -971928 or 6826993. OLE color: 6826993.
HSL color Cylindrical-coordinate representation of color #F12B68: hue angle of 341.52º 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 #F12B68 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 104 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.05 |
| HSL | 341.52º | 0.88% | 0.56% | - |
| HSV(B) | 341.52º | 0.82% | 0.95% | - |
| XYZ | 39.64 | 21.43 | 15.14 | - |
| YUV | 109.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 104 | 0 | 0.82 | 0.57 | 0.05 | 341.52 | 0.88 | 0.56 |
| Hex | F1 | 2B | 68 | 0 | 52 | 39 | 5 | 156 | 58 | 38 |
| Octal | 361 | 53 | 150 | 0 | 122 | 71 | 5 | 526 | 130 | 70 |
| Binary | 11110001 | 101011 | 1101000 | 0 | 1010010 | 111001 | 101 | 101010110 | 1011000 | 111000 |
Color Harmonies of #F12B68
Complementary color
Monochromatic Colors of #F12B68
Black with #F12B68
Text Example
Text Example
White with #F12B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12B68; }
p { color: rgb(241,43,104); }
H1.HeaderClassName
{
color: #F12B68;
}
.AnyTagClassName
{
color: #F12B68;
}
</style>
background-color css
<style>
a { background-color: #F12B68; }
a { background-color: rgb(241,43,104); }
div.DivClassName
{
background-color: #F12B68;
}
.BgClassName
{
background-color: #F12B68;
}
</style>
border-color css
<style>
span { border-color: #F12B68; }
span { border-color: rgb(241,43,104); }
td.TdClassName
{
border-color: #F12B68;
}
.TagClassName
{
border-color: #F12B68;
}
</style>