Shades of Cerise #F12474
Tints of Cerise #F12474
RGB
CMYK
RGB Variations
Color information
#F12474 (or 0xF12474) is known color: Cerise. HEX triplet: F1, 24 and 74. RGB value is (241,36,116). Sum of RGB (Red+Green+Blue) = 241+36+116=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F12474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12474 is #0EDB8B. Grayscale: #6A6A6A. Windows color (decimal): -973708 or 7611633. OLE color: 7611633.
HSL color Cylindrical-coordinate representation of color #F12474: hue angle of 336.59º 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 #F12474 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 116 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.05 |
| HSL | 336.59º | 0.88% | 0.54% | - |
| HSV(B) | 336.59º | 0.85% | 0.95% | - |
| XYZ | 40.06 | 21.22 | 18.51 | - |
| YUV | 106.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 116 | 0 | 0.85 | 0.52 | 0.05 | 336.59 | 0.88 | 0.54 |
| Hex | F1 | 24 | 74 | 0 | 55 | 34 | 5 | 151 | 58 | 36 |
| Octal | 361 | 44 | 164 | 0 | 125 | 64 | 5 | 521 | 130 | 66 |
| Binary | 11110001 | 100100 | 1110100 | 0 | 1010101 | 110100 | 101 | 101010001 | 1011000 | 110110 |
Color Harmonies of #F12474
Complementary color
Monochromatic Colors of #F12474
Black with #F12474
Text Example
Text Example
White with #F12474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12474; }
p { color: rgb(241,36,116); }
H1.HeaderClassName
{
color: #F12474;
}
.AnyTagClassName
{
color: #F12474;
}
</style>
background-color css
<style>
a { background-color: #F12474; }
a { background-color: rgb(241,36,116); }
div.DivClassName
{
background-color: #F12474;
}
.BgClassName
{
background-color: #F12474;
}
</style>
border-color css
<style>
span { border-color: #F12474; }
span { border-color: rgb(241,36,116); }
td.TdClassName
{
border-color: #F12474;
}
.TagClassName
{
border-color: #F12474;
}
</style>