Shades of Deep Cerise #F1287F
Tints of Deep Cerise #F1287F
RGB
CMYK
RGB Variations
Color information
#F1287F (or 0xF1287F) is known color: Deep Cerise. HEX triplet: F1, 28 and 7F. RGB value is (241,40,127). Sum of RGB (Red+Green+Blue) = 241+40+127=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F1287F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1287F is #0ED780. Grayscale: #6D6D6D. Windows color (decimal): -972673 or 8333553. OLE color: 8333553.
HSL color Cylindrical-coordinate representation of color #F1287F: hue angle of 334.03º 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 #F1287F is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 127 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.05 |
| HSL | 334.03º | 0.88% | 0.55% | - |
| HSV(B) | 334.03º | 0.83% | 0.95% | - |
| XYZ | 40.87 | 21.75 | 22.12 | - |
| YUV | 110.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 127 | 0 | 0.83 | 0.47 | 0.05 | 334.03 | 0.88 | 0.55 |
| Hex | F1 | 28 | 7F | 0 | 53 | 2F | 5 | 14E | 58 | 37 |
| Octal | 361 | 50 | 177 | 0 | 123 | 57 | 5 | 516 | 130 | 67 |
| Binary | 11110001 | 101000 | 1111111 | 0 | 1010011 | 101111 | 101 | 101001110 | 1011000 | 110111 |
Color Harmonies of #F1287F
Complementary color
Monochromatic Colors of #F1287F
Black with #F1287F
Text Example
Text Example
White with #F1287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1287F; }
p { color: rgb(241,40,127); }
H1.HeaderClassName
{
color: #F1287F;
}
.AnyTagClassName
{
color: #F1287F;
}
</style>
background-color css
<style>
a { background-color: #F1287F; }
a { background-color: rgb(241,40,127); }
div.DivClassName
{
background-color: #F1287F;
}
.BgClassName
{
background-color: #F1287F;
}
</style>
border-color css
<style>
span { border-color: #F1287F; }
span { border-color: rgb(241,40,127); }
td.TdClassName
{
border-color: #F1287F;
}
.TagClassName
{
border-color: #F1287F;
}
</style>