Shades of Deep Cerise #F2267A
Tints of Deep Cerise #F2267A
RGB
CMYK
RGB Variations
Color information
#F2267A (or 0xF2267A) is known color: Deep Cerise. HEX triplet: F2, 26 and 7A. RGB value is (242,38,122). Sum of RGB (Red+Green+Blue) = 242+38+122=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2267A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2267A is #0DD985. Grayscale: #6C6C6C. Windows color (decimal): -907654 or 8005362. OLE color: 8005362.
HSL color Cylindrical-coordinate representation of color #F2267A: hue angle of 335.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2267A is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 122 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.05 |
| HSL | 335.29º | 0.89% | 0.55% | - |
| HSV(B) | 335.29º | 0.84% | 0.95% | - |
| XYZ | 40.82 | 21.67 | 20.44 | - |
| YUV | 108.57 | 135.59 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 122 | 0 | 0.84 | 0.50 | 0.05 | 335.29 | 0.89 | 0.55 |
| Hex | F2 | 26 | 7A | 0 | 54 | 32 | 5 | 14F | 59 | 37 |
| Octal | 362 | 46 | 172 | 0 | 124 | 62 | 5 | 517 | 131 | 67 |
| Binary | 11110010 | 100110 | 1111010 | 0 | 1010100 | 110010 | 101 | 101001111 | 1011001 | 110111 |
Color Harmonies of #F2267A
Complementary color
Monochromatic Colors of #F2267A
Black with #F2267A
Text Example
Text Example
White with #F2267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2267A; }
p { color: rgb(242,38,122); }
H1.HeaderClassName
{
color: #F2267A;
}
.AnyTagClassName
{
color: #F2267A;
}
</style>
background-color css
<style>
a { background-color: #F2267A; }
a { background-color: rgb(242,38,122); }
div.DivClassName
{
background-color: #F2267A;
}
.BgClassName
{
background-color: #F2267A;
}
</style>
border-color css
<style>
span { border-color: #F2267A; }
span { border-color: rgb(242,38,122); }
td.TdClassName
{
border-color: #F2267A;
}
.TagClassName
{
border-color: #F2267A;
}
</style>