Shades of Deep Cerise #F22985
Tints of Deep Cerise #F22985
RGB
CMYK
RGB Variations
Color information
#F22985 (or 0xF22985) is known color: Deep Cerise. HEX triplet: F2, 29 and 85. RGB value is (242,41,133). Sum of RGB (Red+Green+Blue) = 242+41+133=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F22985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22985 is #0DD67A. Grayscale: #6F6F6F. Windows color (decimal): -906875 or 8727026. OLE color: 8727026.
HSL color Cylindrical-coordinate representation of color #F22985: hue angle of 332.54º 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 #F22985 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 133 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.05 |
| HSL | 332.54º | 0.89% | 0.55% | - |
| HSV(B) | 332.54º | 0.83% | 0.95% | - |
| XYZ | 41.64 | 22.16 | 24.27 | - |
| YUV | 111.59 | 140.09 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 133 | 0 | 0.83 | 0.45 | 0.05 | 332.54 | 0.89 | 0.55 |
| Hex | F2 | 29 | 85 | 0 | 53 | 2D | 5 | 14D | 59 | 37 |
| Octal | 362 | 51 | 205 | 0 | 123 | 55 | 5 | 515 | 131 | 67 |
| Binary | 11110010 | 101001 | 10000101 | 0 | 1010011 | 101101 | 101 | 101001101 | 1011001 | 110111 |
Color Harmonies of #F22985
Complementary color
Monochromatic Colors of #F22985
Black with #F22985
Text Example
Text Example
White with #F22985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22985; }
p { color: rgb(242,41,133); }
H1.HeaderClassName
{
color: #F22985;
}
.AnyTagClassName
{
color: #F22985;
}
</style>
background-color css
<style>
a { background-color: #F22985; }
a { background-color: rgb(242,41,133); }
div.DivClassName
{
background-color: #F22985;
}
.BgClassName
{
background-color: #F22985;
}
</style>
border-color css
<style>
span { border-color: #F22985; }
span { border-color: rgb(242,41,133); }
td.TdClassName
{
border-color: #F22985;
}
.TagClassName
{
border-color: #F22985;
}
</style>