Shades of Deep Cerise #F22582
Tints of Deep Cerise #F22582
RGB
CMYK
RGB Variations
Color information
#F22582 (or 0xF22582) is known color: Deep Cerise. HEX triplet: F2, 25 and 82. RGB value is (242,37,130). Sum of RGB (Red+Green+Blue) = 242+37+130=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F22582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22582 is #0DDA7D. Grayscale: #6C6C6C. Windows color (decimal): -907902 or 8529394. OLE color: 8529394.
HSL color Cylindrical-coordinate representation of color #F22582: hue angle of 332.78º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22582 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 130 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.05 |
| HSL | 332.78º | 0.89% | 0.55% | - |
| HSV(B) | 332.78º | 0.85% | 0.95% | - |
| XYZ | 41.31 | 21.81 | 23.15 | - |
| YUV | 108.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 130 | 0 | 0.85 | 0.46 | 0.05 | 332.78 | 0.89 | 0.55 |
| Hex | F2 | 25 | 82 | 0 | 55 | 2E | 5 | 14D | 59 | 37 |
| Octal | 362 | 45 | 202 | 0 | 125 | 56 | 5 | 515 | 131 | 67 |
| Binary | 11110010 | 100101 | 10000010 | 0 | 1010101 | 101110 | 101 | 101001101 | 1011001 | 110111 |
Color Harmonies of #F22582
Complementary color
Monochromatic Colors of #F22582
Black with #F22582
Text Example
Text Example
White with #F22582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22582; }
p { color: rgb(242,37,130); }
H1.HeaderClassName
{
color: #F22582;
}
.AnyTagClassName
{
color: #F22582;
}
</style>
background-color css
<style>
a { background-color: #F22582; }
a { background-color: rgb(242,37,130); }
div.DivClassName
{
background-color: #F22582;
}
.BgClassName
{
background-color: #F22582;
}
</style>
border-color css
<style>
span { border-color: #F22582; }
span { border-color: rgb(242,37,130); }
td.TdClassName
{
border-color: #F22582;
}
.TagClassName
{
border-color: #F22582;
}
</style>