Shades of Cerise #F22C75
Tints of Cerise #F22C75
RGB
CMYK
RGB Variations
Color information
#F22C75 (or 0xF22C75) is known color: Cerise. HEX triplet: F2, 2C and 75. RGB value is (242,44,117). Sum of RGB (Red+Green+Blue) = 242+44+117=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C75 is #0DD38A. Grayscale: #6F6F6F. Windows color (decimal): -906123 or 7679218. OLE color: 7679218.
HSL color Cylindrical-coordinate representation of color #F22C75: hue angle of 337.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C75 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 117 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.05 |
| HSL | 337.88º | 0.88% | 0.56% | - |
| HSV(B) | 337.88º | 0.82% | 0.95% | - |
| XYZ | 40.73 | 21.96 | 18.92 | - |
| YUV | 111.52 | 131.1 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 117 | 0 | 0.82 | 0.52 | 0.05 | 337.88 | 0.88 | 0.56 |
| Hex | F2 | 2C | 75 | 0 | 52 | 34 | 5 | 152 | 58 | 38 |
| Octal | 362 | 54 | 165 | 0 | 122 | 64 | 5 | 522 | 130 | 70 |
| Binary | 11110010 | 101100 | 1110101 | 0 | 1010010 | 110100 | 101 | 101010010 | 1011000 | 111000 |
Color Harmonies of #F22C75
Complementary color
Monochromatic Colors of #F22C75
Black with #F22C75
Text Example
Text Example
White with #F22C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C75; }
p { color: rgb(242,44,117); }
H1.HeaderClassName
{
color: #F22C75;
}
.AnyTagClassName
{
color: #F22C75;
}
</style>
background-color css
<style>
a { background-color: #F22C75; }
a { background-color: rgb(242,44,117); }
div.DivClassName
{
background-color: #F22C75;
}
.BgClassName
{
background-color: #F22C75;
}
</style>
border-color css
<style>
span { border-color: #F22C75; }
span { border-color: rgb(242,44,117); }
td.TdClassName
{
border-color: #F22C75;
}
.TagClassName
{
border-color: #F22C75;
}
</style>