Shades of Cerise #F42275
Tints of Cerise #F42275
RGB
CMYK
RGB Variations
Color information
#F42275 (or 0xF42275) is known color: Cerise. HEX triplet: F4, 22 and 75. RGB value is (244,34,117). Sum of RGB (Red+Green+Blue) = 244+34+117=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F42275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42275 is #0BDD8A. Grayscale: #6A6A6A. Windows color (decimal): -777611 or 7676660. OLE color: 7676660.
HSL color Cylindrical-coordinate representation of color #F42275: hue angle of 336.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42275 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 117 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.04 |
| HSL | 336.29º | 0.91% | 0.55% | - |
| HSV(B) | 336.29º | 0.86% | 0.96% | - |
| XYZ | 41.09 | 21.66 | 18.84 | - |
| YUV | 106.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 117 | 0 | 0.86 | 0.52 | 0.04 | 336.29 | 0.91 | 0.55 |
| Hex | F4 | 22 | 75 | 0 | 56 | 34 | 4 | 150 | 5B | 37 |
| Octal | 364 | 42 | 165 | 0 | 126 | 64 | 4 | 520 | 133 | 67 |
| Binary | 11110100 | 100010 | 1110101 | 0 | 1010110 | 110100 | 100 | 101010000 | 1011011 | 110111 |
Color Harmonies of #F42275
Complementary color
Monochromatic Colors of #F42275
Black with #F42275
Text Example
Text Example
White with #F42275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42275; }
p { color: rgb(244,34,117); }
H1.HeaderClassName
{
color: #F42275;
}
.AnyTagClassName
{
color: #F42275;
}
</style>
background-color css
<style>
a { background-color: #F42275; }
a { background-color: rgb(244,34,117); }
div.DivClassName
{
background-color: #F42275;
}
.BgClassName
{
background-color: #F42275;
}
</style>
border-color css
<style>
span { border-color: #F42275; }
span { border-color: rgb(244,34,117); }
td.TdClassName
{
border-color: #F42275;
}
.TagClassName
{
border-color: #F42275;
}
</style>