Shades of Cerise #F12D6B
Tints of Cerise #F12D6B
RGB
CMYK
RGB Variations
Color information
#F12D6B (or 0xF12D6B) is known color: Cerise. HEX triplet: F1, 2D and 6B. RGB value is (241,45,107). Sum of RGB (Red+Green+Blue) = 241+45+107=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D6B is #0ED294. Grayscale: #6E6E6E. Windows color (decimal): -971413 or 7024113. OLE color: 7024113.
HSL color Cylindrical-coordinate representation of color #F12D6B: hue angle of 341.02º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12D6B is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 107 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.05 |
| HSL | 341.02º | 0.88% | 0.56% | - |
| HSV(B) | 341.02º | 0.81% | 0.95% | - |
| XYZ | 39.87 | 21.64 | 15.99 | - |
| YUV | 110.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 107 | 0 | 0.81 | 0.56 | 0.05 | 341.02 | 0.88 | 0.56 |
| Hex | F1 | 2D | 6B | 0 | 51 | 38 | 5 | 155 | 58 | 38 |
| Octal | 361 | 55 | 153 | 0 | 121 | 70 | 5 | 525 | 130 | 70 |
| Binary | 11110001 | 101101 | 1101011 | 0 | 1010001 | 111000 | 101 | 101010101 | 1011000 | 111000 |
Color Harmonies of #F12D6B
Complementary color
Monochromatic Colors of #F12D6B
Black with #F12D6B
Text Example
Text Example
White with #F12D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D6B; }
p { color: rgb(241,45,107); }
H1.HeaderClassName
{
color: #F12D6B;
}
.AnyTagClassName
{
color: #F12D6B;
}
</style>
background-color css
<style>
a { background-color: #F12D6B; }
a { background-color: rgb(241,45,107); }
div.DivClassName
{
background-color: #F12D6B;
}
.BgClassName
{
background-color: #F12D6B;
}
</style>
border-color css
<style>
span { border-color: #F12D6B; }
span { border-color: rgb(241,45,107); }
td.TdClassName
{
border-color: #F12D6B;
}
.TagClassName
{
border-color: #F12D6B;
}
</style>