Shades of Deep Cerise #F2247A
Tints of Deep Cerise #F2247A
RGB
CMYK
RGB Variations
Color information
#F2247A (or 0xF2247A) is known color: Deep Cerise. HEX triplet: F2, 24 and 7A. RGB value is (242,36,122). Sum of RGB (Red+Green+Blue) = 242+36+122=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2247A is #0DDB85. Grayscale: #6B6B6B. Windows color (decimal): -908166 or 8004850. OLE color: 8004850.
HSL color Cylindrical-coordinate representation of color #F2247A: hue angle of 334.95º 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 #F2247A is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 122 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.05 |
| HSL | 334.95º | 0.89% | 0.55% | - |
| HSV(B) | 334.95º | 0.85% | 0.95% | - |
| XYZ | 40.76 | 21.54 | 20.42 | - |
| YUV | 107.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 122 | 0 | 0.85 | 0.50 | 0.05 | 334.95 | 0.89 | 0.55 |
| Hex | F2 | 24 | 7A | 0 | 55 | 32 | 5 | 14F | 59 | 37 |
| Octal | 362 | 44 | 172 | 0 | 125 | 62 | 5 | 517 | 131 | 67 |
| Binary | 11110010 | 100100 | 1111010 | 0 | 1010101 | 110010 | 101 | 101001111 | 1011001 | 110111 |
Color Harmonies of #F2247A
Complementary color
Monochromatic Colors of #F2247A
Black with #F2247A
Text Example
Text Example
White with #F2247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2247A; }
p { color: rgb(242,36,122); }
H1.HeaderClassName
{
color: #F2247A;
}
.AnyTagClassName
{
color: #F2247A;
}
</style>
background-color css
<style>
a { background-color: #F2247A; }
a { background-color: rgb(242,36,122); }
div.DivClassName
{
background-color: #F2247A;
}
.BgClassName
{
background-color: #F2247A;
}
</style>
border-color css
<style>
span { border-color: #F2247A; }
span { border-color: rgb(242,36,122); }
td.TdClassName
{
border-color: #F2247A;
}
.TagClassName
{
border-color: #F2247A;
}
</style>