Shades of Cerise #F22574
Tints of Cerise #F22574
RGB
CMYK
RGB Variations
Color information
#F22574 (or 0xF22574) is known color: Cerise. HEX triplet: F2, 25 and 74. RGB value is (242,37,116). Sum of RGB (Red+Green+Blue) = 242+37+116=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F22574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22574 is #0DDA8B. Grayscale: #6B6B6B. Windows color (decimal): -907916 or 7611890. OLE color: 7611890.
HSL color Cylindrical-coordinate representation of color #F22574: hue angle of 336.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22574 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 116 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.05 |
| HSL | 336.88º | 0.89% | 0.55% | - |
| HSV(B) | 336.88º | 0.85% | 0.95% | - |
| XYZ | 40.43 | 21.46 | 18.53 | - |
| YUV | 107.3 | 132.92 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 116 | 0 | 0.85 | 0.52 | 0.05 | 336.88 | 0.89 | 0.55 |
| Hex | F2 | 25 | 74 | 0 | 55 | 34 | 5 | 151 | 59 | 37 |
| Octal | 362 | 45 | 164 | 0 | 125 | 64 | 5 | 521 | 131 | 67 |
| Binary | 11110010 | 100101 | 1110100 | 0 | 1010101 | 110100 | 101 | 101010001 | 1011001 | 110111 |
Color Harmonies of #F22574
Complementary color
Monochromatic Colors of #F22574
Black with #F22574
Text Example
Text Example
White with #F22574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22574; }
p { color: rgb(242,37,116); }
H1.HeaderClassName
{
color: #F22574;
}
.AnyTagClassName
{
color: #F22574;
}
</style>
background-color css
<style>
a { background-color: #F22574; }
a { background-color: rgb(242,37,116); }
div.DivClassName
{
background-color: #F22574;
}
.BgClassName
{
background-color: #F22574;
}
</style>
border-color css
<style>
span { border-color: #F22574; }
span { border-color: rgb(242,37,116); }
td.TdClassName
{
border-color: #F22574;
}
.TagClassName
{
border-color: #F22574;
}
</style>