Shades of Cerise #F12462
Tints of Cerise #F12462
RGB
CMYK
RGB Variations
Color information
#F12462 (or 0xF12462) is known color: Cerise. HEX triplet: F1, 24 and 62. RGB value is (241,36,98). Sum of RGB (Red+Green+Blue) = 241+36+98=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F12462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12462 is #0EDB9D. Grayscale: #686868. Windows color (decimal): -973726 or 6431985. OLE color: 6431985.
HSL color Cylindrical-coordinate representation of color #F12462: hue angle of 341.85º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12462 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 98 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.05 |
| HSL | 341.85º | 0.88% | 0.54% | - |
| HSV(B) | 341.85º | 0.85% | 0.95% | - |
| XYZ | 39.11 | 20.84 | 13.52 | - |
| YUV | 104.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 98 | 0 | 0.85 | 0.59 | 0.05 | 341.85 | 0.88 | 0.54 |
| Hex | F1 | 24 | 62 | 0 | 55 | 3B | 5 | 156 | 58 | 36 |
| Octal | 361 | 44 | 142 | 0 | 125 | 73 | 5 | 526 | 130 | 66 |
| Binary | 11110001 | 100100 | 1100010 | 0 | 1010101 | 111011 | 101 | 101010110 | 1011000 | 110110 |
Color Harmonies of #F12462
Complementary color
Monochromatic Colors of #F12462
Black with #F12462
Text Example
Text Example
White with #F12462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12462; }
p { color: rgb(241,36,98); }
H1.HeaderClassName
{
color: #F12462;
}
.AnyTagClassName
{
color: #F12462;
}
</style>
background-color css
<style>
a { background-color: #F12462; }
a { background-color: rgb(241,36,98); }
div.DivClassName
{
background-color: #F12462;
}
.BgClassName
{
background-color: #F12462;
}
</style>
border-color css
<style>
span { border-color: #F12462; }
span { border-color: rgb(241,36,98); }
td.TdClassName
{
border-color: #F12462;
}
.TagClassName
{
border-color: #F12462;
}
</style>