Shades of Deep Cerise #F22A83
Tints of Deep Cerise #F22A83
RGB
CMYK
RGB Variations
Color information
#F22A83 (or 0xF22A83) is known color: Deep Cerise. HEX triplet: F2, 2A and 83. RGB value is (242,42,131). Sum of RGB (Red+Green+Blue) = 242+42+131=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22A83 is #0DD57C. Grayscale: #6F6F6F. Windows color (decimal): -906621 or 8596210. OLE color: 8596210.
HSL color Cylindrical-coordinate representation of color #F22A83: hue angle of 333.3º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22A83 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 131 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.05 |
| HSL | 333.3º | 0.88% | 0.56% | - |
| HSV(B) | 333.3º | 0.83% | 0.95% | - |
| XYZ | 41.54 | 22.17 | 23.56 | - |
| YUV | 111.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 131 | 0 | 0.83 | 0.46 | 0.05 | 333.3 | 0.88 | 0.56 |
| Hex | F2 | 2A | 83 | 0 | 53 | 2E | 5 | 14D | 58 | 38 |
| Octal | 362 | 52 | 203 | 0 | 123 | 56 | 5 | 515 | 130 | 70 |
| Binary | 11110010 | 101010 | 10000011 | 0 | 1010011 | 101110 | 101 | 101001101 | 1011000 | 111000 |
Color Harmonies of #F22A83
Complementary color
Monochromatic Colors of #F22A83
Black with #F22A83
Text Example
Text Example
White with #F22A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22A83; }
p { color: rgb(242,42,131); }
H1.HeaderClassName
{
color: #F22A83;
}
.AnyTagClassName
{
color: #F22A83;
}
</style>
background-color css
<style>
a { background-color: #F22A83; }
a { background-color: rgb(242,42,131); }
div.DivClassName
{
background-color: #F22A83;
}
.BgClassName
{
background-color: #F22A83;
}
</style>
border-color css
<style>
span { border-color: #F22A83; }
span { border-color: rgb(242,42,131); }
td.TdClassName
{
border-color: #F22A83;
}
.TagClassName
{
border-color: #F22A83;
}
</style>