Shades of Deep Cerise #F22D7D
Tints of Deep Cerise #F22D7D
RGB
CMYK
RGB Variations
Color information
#F22D7D (or 0xF22D7D) is known color: Deep Cerise. HEX triplet: F2, 2D and 7D. RGB value is (242,45,125). Sum of RGB (Red+Green+Blue) = 242+45+125=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D7D is #0DD282. Grayscale: #707070. Windows color (decimal): -905859 or 8203762. OLE color: 8203762.
HSL color Cylindrical-coordinate representation of color #F22D7D: hue angle of 335.63º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D7D is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 125 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.05 |
| HSL | 335.63º | 0.88% | 0.56% | - |
| HSV(B) | 335.63º | 0.81% | 0.95% | - |
| XYZ | 41.26 | 22.23 | 21.52 | - |
| YUV | 113.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 125 | 0 | 0.81 | 0.48 | 0.05 | 335.63 | 0.88 | 0.56 |
| Hex | F2 | 2D | 7D | 0 | 51 | 30 | 5 | 150 | 58 | 38 |
| Octal | 362 | 55 | 175 | 0 | 121 | 60 | 5 | 520 | 130 | 70 |
| Binary | 11110010 | 101101 | 1111101 | 0 | 1010001 | 110000 | 101 | 101010000 | 1011000 | 111000 |
Color Harmonies of #F22D7D
Complementary color
Monochromatic Colors of #F22D7D
Black with #F22D7D
Text Example
Text Example
White with #F22D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D7D; }
p { color: rgb(242,45,125); }
H1.HeaderClassName
{
color: #F22D7D;
}
.AnyTagClassName
{
color: #F22D7D;
}
</style>
background-color css
<style>
a { background-color: #F22D7D; }
a { background-color: rgb(242,45,125); }
div.DivClassName
{
background-color: #F22D7D;
}
.BgClassName
{
background-color: #F22D7D;
}
</style>
border-color css
<style>
span { border-color: #F22D7D; }
span { border-color: rgb(242,45,125); }
td.TdClassName
{
border-color: #F22D7D;
}
.TagClassName
{
border-color: #F22D7D;
}
</style>