Shades of Deep Cerise #F4297F
Tints of Deep Cerise #F4297F
RGB
CMYK
RGB Variations
Color information
#F4297F (or 0xF4297F) is known color: Deep Cerise. HEX triplet: F4, 29 and 7F. RGB value is (244,41,127). Sum of RGB (Red+Green+Blue) = 244+41+127=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F4297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4297F is #0BD680. Grayscale: #6F6F6F. Windows color (decimal): -775809 or 8333812. OLE color: 8333812.
HSL color Cylindrical-coordinate representation of color #F4297F: hue angle of 334.58º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4297F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 127 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.04 |
| HSL | 334.58º | 0.9% | 0.56% | - |
| HSV(B) | 334.58º | 0.83% | 0.96% | - |
| XYZ | 41.93 | 22.35 | 22.18 | - |
| YUV | 111.5 | 136.75 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 127 | 0 | 0.83 | 0.48 | 0.04 | 334.58 | 0.9 | 0.56 |
| Hex | F4 | 29 | 7F | 0 | 53 | 30 | 4 | 14F | 5A | 38 |
| Octal | 364 | 51 | 177 | 0 | 123 | 60 | 4 | 517 | 132 | 70 |
| Binary | 11110100 | 101001 | 1111111 | 0 | 1010011 | 110000 | 100 | 101001111 | 1011010 | 111000 |
Color Harmonies of #F4297F
Complementary color
Monochromatic Colors of #F4297F
Black with #F4297F
Text Example
Text Example
White with #F4297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4297F; }
p { color: rgb(244,41,127); }
H1.HeaderClassName
{
color: #F4297F;
}
.AnyTagClassName
{
color: #F4297F;
}
</style>
background-color css
<style>
a { background-color: #F4297F; }
a { background-color: rgb(244,41,127); }
div.DivClassName
{
background-color: #F4297F;
}
.BgClassName
{
background-color: #F4297F;
}
</style>
border-color css
<style>
span { border-color: #F4297F; }
span { border-color: rgb(244,41,127); }
td.TdClassName
{
border-color: #F4297F;
}
.TagClassName
{
border-color: #F4297F;
}
</style>