Shades of Cerise #F1286F
Tints of Cerise #F1286F
RGB
CMYK
RGB Variations
Color information
#F1286F (or 0xF1286F) is known color: Cerise. HEX triplet: F1, 28 and 6F. RGB value is (241,40,111). Sum of RGB (Red+Green+Blue) = 241+40+111=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1286F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1286F is #0ED790. Grayscale: #6C6C6C. Windows color (decimal): -972689 or 7284977. OLE color: 7284977.
HSL color Cylindrical-coordinate representation of color #F1286F: hue angle of 338.81º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1286F is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 111 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.05 |
| HSL | 338.81º | 0.88% | 0.55% | - |
| HSV(B) | 338.81º | 0.83% | 0.95% | - |
| XYZ | 39.9 | 21.37 | 17.06 | - |
| YUV | 108.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 111 | 0 | 0.83 | 0.54 | 0.05 | 338.81 | 0.88 | 0.55 |
| Hex | F1 | 28 | 6F | 0 | 53 | 36 | 5 | 153 | 58 | 37 |
| Octal | 361 | 50 | 157 | 0 | 123 | 66 | 5 | 523 | 130 | 67 |
| Binary | 11110001 | 101000 | 1101111 | 0 | 1010011 | 110110 | 101 | 101010011 | 1011000 | 110111 |
Color Harmonies of #F1286F
Complementary color
Monochromatic Colors of #F1286F
Black with #F1286F
Text Example
Text Example
White with #F1286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1286F; }
p { color: rgb(241,40,111); }
H1.HeaderClassName
{
color: #F1286F;
}
.AnyTagClassName
{
color: #F1286F;
}
</style>
background-color css
<style>
a { background-color: #F1286F; }
a { background-color: rgb(241,40,111); }
div.DivClassName
{
background-color: #F1286F;
}
.BgClassName
{
background-color: #F1286F;
}
</style>
border-color css
<style>
span { border-color: #F1286F; }
span { border-color: rgb(241,40,111); }
td.TdClassName
{
border-color: #F1286F;
}
.TagClassName
{
border-color: #F1286F;
}
</style>