Shades of Cerise #F12F68
Tints of Cerise #F12F68
RGB
CMYK
RGB Variations
Color information
#F12F68 (or 0xF12F68) is known color: Cerise. HEX triplet: F1, 2F and 68. RGB value is (241,47,104). Sum of RGB (Red+Green+Blue) = 241+47+104=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F68 is #0ED097. Grayscale: #6F6F6F. Windows color (decimal): -970904 or 6828017. OLE color: 6828017.
HSL color Cylindrical-coordinate representation of color #F12F68: hue angle of 342.37º 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 #F12F68 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 104 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.05 |
| HSL | 342.37º | 0.87% | 0.56% | - |
| HSV(B) | 342.37º | 0.8% | 0.95% | - |
| XYZ | 39.79 | 21.73 | 15.19 | - |
| YUV | 111.5 | 123.77 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 104 | 0 | 0.80 | 0.57 | 0.05 | 342.37 | 0.87 | 0.56 |
| Hex | F1 | 2F | 68 | 0 | 50 | 39 | 5 | 156 | 57 | 38 |
| Octal | 361 | 57 | 150 | 0 | 120 | 71 | 5 | 526 | 127 | 70 |
| Binary | 11110001 | 101111 | 1101000 | 0 | 1010000 | 111001 | 101 | 101010110 | 1010111 | 111000 |
Color Harmonies of #F12F68
Complementary color
Monochromatic Colors of #F12F68
Black with #F12F68
Text Example
Text Example
White with #F12F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F68; }
p { color: rgb(241,47,104); }
H1.HeaderClassName
{
color: #F12F68;
}
.AnyTagClassName
{
color: #F12F68;
}
</style>
background-color css
<style>
a { background-color: #F12F68; }
a { background-color: rgb(241,47,104); }
div.DivClassName
{
background-color: #F12F68;
}
.BgClassName
{
background-color: #F12F68;
}
</style>
border-color css
<style>
span { border-color: #F12F68; }
span { border-color: rgb(241,47,104); }
td.TdClassName
{
border-color: #F12F68;
}
.TagClassName
{
border-color: #F12F68;
}
</style>