Shades of Cerise #F1256B
Tints of Cerise #F1256B
RGB
CMYK
RGB Variations
Color information
#F1256B (or 0xF1256B) is known color: Cerise. HEX triplet: F1, 25 and 6B. RGB value is (241,37,107). Sum of RGB (Red+Green+Blue) = 241+37+107=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1256B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1256B is #0EDA94. Grayscale: #696969. Windows color (decimal): -973461 or 7022065. OLE color: 7022065.
HSL color Cylindrical-coordinate representation of color #F1256B: hue angle of 339.41º 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 #F1256B is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 107 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.05 |
| HSL | 339.41º | 0.88% | 0.55% | - |
| HSV(B) | 339.41º | 0.85% | 0.95% | - |
| XYZ | 39.59 | 21.09 | 15.89 | - |
| YUV | 105.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 107 | 0 | 0.85 | 0.56 | 0.05 | 339.41 | 0.88 | 0.55 |
| Hex | F1 | 25 | 6B | 0 | 55 | 38 | 5 | 153 | 58 | 37 |
| Octal | 361 | 45 | 153 | 0 | 125 | 70 | 5 | 523 | 130 | 67 |
| Binary | 11110001 | 100101 | 1101011 | 0 | 1010101 | 111000 | 101 | 101010011 | 1011000 | 110111 |
Color Harmonies of #F1256B
Complementary color
Monochromatic Colors of #F1256B
Black with #F1256B
Text Example
Text Example
White with #F1256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1256B; }
p { color: rgb(241,37,107); }
H1.HeaderClassName
{
color: #F1256B;
}
.AnyTagClassName
{
color: #F1256B;
}
</style>
background-color css
<style>
a { background-color: #F1256B; }
a { background-color: rgb(241,37,107); }
div.DivClassName
{
background-color: #F1256B;
}
.BgClassName
{
background-color: #F1256B;
}
</style>
border-color css
<style>
span { border-color: #F1256B; }
span { border-color: rgb(241,37,107); }
td.TdClassName
{
border-color: #F1256B;
}
.TagClassName
{
border-color: #F1256B;
}
</style>