Shades of Cerise #F42974
Tints of Cerise #F42974
RGB
CMYK
RGB Variations
Color information
#F42974 (or 0xF42974) is known color: Cerise. HEX triplet: F4, 29 and 74. RGB value is (244,41,116). Sum of RGB (Red+Green+Blue) = 244+41+116=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F42974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42974 is #0BD68B. Grayscale: #6E6E6E. Windows color (decimal): -775820 or 7612916. OLE color: 7612916.
HSL color Cylindrical-coordinate representation of color #F42974: hue angle of 337.83º 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 #F42974 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 116 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.04 |
| HSL | 337.83º | 0.9% | 0.56% | - |
| HSV(B) | 337.83º | 0.83% | 0.96% | - |
| XYZ | 41.25 | 22.08 | 18.61 | - |
| YUV | 110.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 116 | 0 | 0.83 | 0.52 | 0.04 | 337.83 | 0.9 | 0.56 |
| Hex | F4 | 29 | 74 | 0 | 53 | 34 | 4 | 152 | 5A | 38 |
| Octal | 364 | 51 | 164 | 0 | 123 | 64 | 4 | 522 | 132 | 70 |
| Binary | 11110100 | 101001 | 1110100 | 0 | 1010011 | 110100 | 100 | 101010010 | 1011010 | 111000 |
Color Harmonies of #F42974
Complementary color
Monochromatic Colors of #F42974
Black with #F42974
Text Example
Text Example
White with #F42974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42974; }
p { color: rgb(244,41,116); }
H1.HeaderClassName
{
color: #F42974;
}
.AnyTagClassName
{
color: #F42974;
}
</style>
background-color css
<style>
a { background-color: #F42974; }
a { background-color: rgb(244,41,116); }
div.DivClassName
{
background-color: #F42974;
}
.BgClassName
{
background-color: #F42974;
}
</style>
border-color css
<style>
span { border-color: #F42974; }
span { border-color: rgb(244,41,116); }
td.TdClassName
{
border-color: #F42974;
}
.TagClassName
{
border-color: #F42974;
}
</style>