Shades of Cerise #F1256D
Tints of Cerise #F1256D
RGB
CMYK
RGB Variations
Color information
#F1256D (or 0xF1256D) is known color: Cerise. HEX triplet: F1, 25 and 6D. RGB value is (241,37,109). Sum of RGB (Red+Green+Blue) = 241+37+109=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1256D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1256D is #0EDA92. Grayscale: #6A6A6A. Windows color (decimal): -973459 or 7153137. OLE color: 7153137.
HSL color Cylindrical-coordinate representation of color #F1256D: hue angle of 338.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1256D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 109 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.05 |
| HSL | 338.82º | 0.88% | 0.55% | - |
| HSV(B) | 338.82º | 0.85% | 0.95% | - |
| XYZ | 39.7 | 21.13 | 16.45 | - |
| YUV | 106.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 109 | 0 | 0.85 | 0.55 | 0.05 | 338.82 | 0.88 | 0.55 |
| Hex | F1 | 25 | 6D | 0 | 55 | 37 | 5 | 153 | 58 | 37 |
| Octal | 361 | 45 | 155 | 0 | 125 | 67 | 5 | 523 | 130 | 67 |
| Binary | 11110001 | 100101 | 1101101 | 0 | 1010101 | 110111 | 101 | 101010011 | 1011000 | 110111 |
Color Harmonies of #F1256D
Complementary color
Monochromatic Colors of #F1256D
Black with #F1256D
Text Example
Text Example
White with #F1256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1256D; }
p { color: rgb(241,37,109); }
H1.HeaderClassName
{
color: #F1256D;
}
.AnyTagClassName
{
color: #F1256D;
}
</style>
background-color css
<style>
a { background-color: #F1256D; }
a { background-color: rgb(241,37,109); }
div.DivClassName
{
background-color: #F1256D;
}
.BgClassName
{
background-color: #F1256D;
}
</style>
border-color css
<style>
span { border-color: #F1256D; }
span { border-color: rgb(241,37,109); }
td.TdClassName
{
border-color: #F1256D;
}
.TagClassName
{
border-color: #F1256D;
}
</style>