Shades of Deep Cerise #F22883
Tints of Deep Cerise #F22883
RGB
CMYK
RGB Variations
Color information
#F22883 (or 0xF22883) is known color: Deep Cerise. HEX triplet: F2, 28 and 83. RGB value is (242,40,131). Sum of RGB (Red+Green+Blue) = 242+40+131=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F22883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22883 is #0DD77C. Grayscale: #6E6E6E. Windows color (decimal): -907133 or 8595698. OLE color: 8595698.
HSL color Cylindrical-coordinate representation of color #F22883: hue angle of 332.97º 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 #F22883 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 131 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.05 |
| HSL | 332.97º | 0.89% | 0.55% | - |
| HSV(B) | 332.97º | 0.83% | 0.95% | - |
| XYZ | 41.47 | 22.03 | 23.54 | - |
| YUV | 110.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 131 | 0 | 0.83 | 0.46 | 0.05 | 332.97 | 0.89 | 0.55 |
| Hex | F2 | 28 | 83 | 0 | 53 | 2E | 5 | 14D | 59 | 37 |
| Octal | 362 | 50 | 203 | 0 | 123 | 56 | 5 | 515 | 131 | 67 |
| Binary | 11110010 | 101000 | 10000011 | 0 | 1010011 | 101110 | 101 | 101001101 | 1011001 | 110111 |
Color Harmonies of #F22883
Complementary color
Monochromatic Colors of #F22883
Black with #F22883
Text Example
Text Example
White with #F22883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22883; }
p { color: rgb(242,40,131); }
H1.HeaderClassName
{
color: #F22883;
}
.AnyTagClassName
{
color: #F22883;
}
</style>
background-color css
<style>
a { background-color: #F22883; }
a { background-color: rgb(242,40,131); }
div.DivClassName
{
background-color: #F22883;
}
.BgClassName
{
background-color: #F22883;
}
</style>
border-color css
<style>
span { border-color: #F22883; }
span { border-color: rgb(242,40,131); }
td.TdClassName
{
border-color: #F22883;
}
.TagClassName
{
border-color: #F22883;
}
</style>