Shades of Cerise #F12A6B
Tints of Cerise #F12A6B
RGB
CMYK
RGB Variations
Color information
#F12A6B (or 0xF12A6B) is known color: Cerise. HEX triplet: F1, 2A and 6B. RGB value is (241,42,107). Sum of RGB (Red+Green+Blue) = 241+42+107=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A6B is #0ED594. Grayscale: #6C6C6C. Windows color (decimal): -972181 or 7023345. OLE color: 7023345.
HSL color Cylindrical-coordinate representation of color #F12A6B: hue angle of 340.4º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12A6B is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 107 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.05 |
| HSL | 340.4º | 0.88% | 0.55% | - |
| HSV(B) | 340.4º | 0.83% | 0.95% | - |
| XYZ | 39.76 | 21.42 | 15.95 | - |
| YUV | 108.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 107 | 0 | 0.83 | 0.56 | 0.05 | 340.4 | 0.88 | 0.55 |
| Hex | F1 | 2A | 6B | 0 | 53 | 38 | 5 | 154 | 58 | 37 |
| Octal | 361 | 52 | 153 | 0 | 123 | 70 | 5 | 524 | 130 | 67 |
| Binary | 11110001 | 101010 | 1101011 | 0 | 1010011 | 111000 | 101 | 101010100 | 1011000 | 110111 |
Color Harmonies of #F12A6B
Complementary color
Monochromatic Colors of #F12A6B
Black with #F12A6B
Text Example
Text Example
White with #F12A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A6B; }
p { color: rgb(241,42,107); }
H1.HeaderClassName
{
color: #F12A6B;
}
.AnyTagClassName
{
color: #F12A6B;
}
</style>
background-color css
<style>
a { background-color: #F12A6B; }
a { background-color: rgb(241,42,107); }
div.DivClassName
{
background-color: #F12A6B;
}
.BgClassName
{
background-color: #F12A6B;
}
</style>
border-color css
<style>
span { border-color: #F12A6B; }
span { border-color: rgb(241,42,107); }
td.TdClassName
{
border-color: #F12A6B;
}
.TagClassName
{
border-color: #F12A6B;
}
</style>