Shades of Cerise #F12770
Tints of Cerise #F12770
RGB
CMYK
RGB Variations
Color information
#F12770 (or 0xF12770) is known color: Cerise. HEX triplet: F1, 27 and 70. RGB value is (241,39,112). Sum of RGB (Red+Green+Blue) = 241+39+112=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F12770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12770 is #0ED88F. Grayscale: #6B6B6B. Windows color (decimal): -972944 or 7350257. OLE color: 7350257.
HSL color Cylindrical-coordinate representation of color #F12770: hue angle of 338.32º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12770 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 112 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.05 |
| HSL | 338.32º | 0.88% | 0.55% | - |
| HSV(B) | 338.32º | 0.84% | 0.95% | - |
| XYZ | 39.93 | 21.32 | 17.34 | - |
| YUV | 107.72 | 130.42 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 112 | 0 | 0.84 | 0.54 | 0.05 | 338.32 | 0.88 | 0.55 |
| Hex | F1 | 27 | 70 | 0 | 54 | 36 | 5 | 152 | 58 | 37 |
| Octal | 361 | 47 | 160 | 0 | 124 | 66 | 5 | 522 | 130 | 67 |
| Binary | 11110001 | 100111 | 1110000 | 0 | 1010100 | 110110 | 101 | 101010010 | 1011000 | 110111 |
Color Harmonies of #F12770
Complementary color
Monochromatic Colors of #F12770
Black with #F12770
Text Example
Text Example
White with #F12770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12770; }
p { color: rgb(241,39,112); }
H1.HeaderClassName
{
color: #F12770;
}
.AnyTagClassName
{
color: #F12770;
}
</style>
background-color css
<style>
a { background-color: #F12770; }
a { background-color: rgb(241,39,112); }
div.DivClassName
{
background-color: #F12770;
}
.BgClassName
{
background-color: #F12770;
}
</style>
border-color css
<style>
span { border-color: #F12770; }
span { border-color: rgb(241,39,112); }
td.TdClassName
{
border-color: #F12770;
}
.TagClassName
{
border-color: #F12770;
}
</style>