Shades of Deep Cerise #F1297F
Tints of Deep Cerise #F1297F
RGB
CMYK
RGB Variations
Color information
#F1297F (or 0xF1297F) is known color: Deep Cerise. HEX triplet: F1, 29 and 7F. RGB value is (241,41,127). Sum of RGB (Red+Green+Blue) = 241+41+127=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F1297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1297F is #0ED680. Grayscale: #6E6E6E. Windows color (decimal): -972417 or 8333809. OLE color: 8333809.
HSL color Cylindrical-coordinate representation of color #F1297F: hue angle of 334.2º 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 #F1297F is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 127 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.05 |
| HSL | 334.2º | 0.88% | 0.55% | - |
| HSV(B) | 334.2º | 0.83% | 0.95% | - |
| XYZ | 40.9 | 21.82 | 22.13 | - |
| YUV | 110.6 | 137.26 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 127 | 0 | 0.83 | 0.47 | 0.05 | 334.2 | 0.88 | 0.55 |
| Hex | F1 | 29 | 7F | 0 | 53 | 2F | 5 | 14E | 58 | 37 |
| Octal | 361 | 51 | 177 | 0 | 123 | 57 | 5 | 516 | 130 | 67 |
| Binary | 11110001 | 101001 | 1111111 | 0 | 1010011 | 101111 | 101 | 101001110 | 1011000 | 110111 |
Color Harmonies of #F1297F
Complementary color
Monochromatic Colors of #F1297F
Black with #F1297F
Text Example
Text Example
White with #F1297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1297F; }
p { color: rgb(241,41,127); }
H1.HeaderClassName
{
color: #F1297F;
}
.AnyTagClassName
{
color: #F1297F;
}
</style>
background-color css
<style>
a { background-color: #F1297F; }
a { background-color: rgb(241,41,127); }
div.DivClassName
{
background-color: #F1297F;
}
.BgClassName
{
background-color: #F1297F;
}
</style>
border-color css
<style>
span { border-color: #F1297F; }
span { border-color: rgb(241,41,127); }
td.TdClassName
{
border-color: #F1297F;
}
.TagClassName
{
border-color: #F1297F;
}
</style>