Shades of Deep Cerise #F1297D
Tints of Deep Cerise #F1297D
RGB
CMYK
RGB Variations
Color information
#F1297D (or 0xF1297D) is known color: Deep Cerise. HEX triplet: F1, 29 and 7D. RGB value is (241,41,125). Sum of RGB (Red+Green+Blue) = 241+41+125=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F1297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1297D is #0ED682. Grayscale: #6E6E6E. Windows color (decimal): -972419 or 8202737. OLE color: 8202737.
HSL color Cylindrical-coordinate representation of color #F1297D: hue angle of 334.8º 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 #F1297D is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 125 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.05 |
| HSL | 334.8º | 0.88% | 0.55% | - |
| HSV(B) | 334.8º | 0.83% | 0.95% | - |
| XYZ | 40.77 | 21.77 | 21.45 | - |
| YUV | 110.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 125 | 0 | 0.83 | 0.48 | 0.05 | 334.8 | 0.88 | 0.55 |
| Hex | F1 | 29 | 7D | 0 | 53 | 30 | 5 | 14F | 58 | 37 |
| Octal | 361 | 51 | 175 | 0 | 123 | 60 | 5 | 517 | 130 | 67 |
| Binary | 11110001 | 101001 | 1111101 | 0 | 1010011 | 110000 | 101 | 101001111 | 1011000 | 110111 |
Color Harmonies of #F1297D
Complementary color
Monochromatic Colors of #F1297D
Black with #F1297D
Text Example
Text Example
White with #F1297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1297D; }
p { color: rgb(241,41,125); }
H1.HeaderClassName
{
color: #F1297D;
}
.AnyTagClassName
{
color: #F1297D;
}
</style>
background-color css
<style>
a { background-color: #F1297D; }
a { background-color: rgb(241,41,125); }
div.DivClassName
{
background-color: #F1297D;
}
.BgClassName
{
background-color: #F1297D;
}
</style>
border-color css
<style>
span { border-color: #F1297D; }
span { border-color: rgb(241,41,125); }
td.TdClassName
{
border-color: #F1297D;
}
.TagClassName
{
border-color: #F1297D;
}
</style>