Shades of Deep Cerise #F22885
Tints of Deep Cerise #F22885
RGB
CMYK
RGB Variations
Color information
#F22885 (or 0xF22885) is known color: Deep Cerise. HEX triplet: F2, 28 and 85. RGB value is (242,40,133). Sum of RGB (Red+Green+Blue) = 242+40+133=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F22885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22885 is #0DD77A. Grayscale: #6E6E6E. Windows color (decimal): -907131 or 8726770. OLE color: 8726770.
HSL color Cylindrical-coordinate representation of color #F22885: hue angle of 332.38º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22885 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 133 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.05 |
| HSL | 332.38º | 0.89% | 0.55% | - |
| HSV(B) | 332.38º | 0.83% | 0.95% | - |
| XYZ | 41.61 | 22.09 | 24.26 | - |
| YUV | 111 | 140.42 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 133 | 0 | 0.83 | 0.45 | 0.05 | 332.38 | 0.89 | 0.55 |
| Hex | F2 | 28 | 85 | 0 | 53 | 2D | 5 | 14C | 59 | 37 |
| Octal | 362 | 50 | 205 | 0 | 123 | 55 | 5 | 514 | 131 | 67 |
| Binary | 11110010 | 101000 | 10000101 | 0 | 1010011 | 101101 | 101 | 101001100 | 1011001 | 110111 |
Color Harmonies of #F22885
Complementary color
Monochromatic Colors of #F22885
Black with #F22885
Text Example
Text Example
White with #F22885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22885; }
p { color: rgb(242,40,133); }
H1.HeaderClassName
{
color: #F22885;
}
.AnyTagClassName
{
color: #F22885;
}
</style>
background-color css
<style>
a { background-color: #F22885; }
a { background-color: rgb(242,40,133); }
div.DivClassName
{
background-color: #F22885;
}
.BgClassName
{
background-color: #F22885;
}
</style>
border-color css
<style>
span { border-color: #F22885; }
span { border-color: rgb(242,40,133); }
td.TdClassName
{
border-color: #F22885;
}
.TagClassName
{
border-color: #F22885;
}
</style>