Shades of Shocking #F29EC4
Tints of Shocking #F29EC4
RGB
CMYK
RGB Variations
Color information
#F29EC4 (or 0xF29EC4) is known color: Shocking. HEX triplet: F2, 9E and C4. RGB value is (242,158,196). Sum of RGB (Red+Green+Blue) = 242+158+196=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EC4 is #0D613B. Grayscale: #BBBBBB. Windows color (decimal): -876860 or 12885746. OLE color: 12885746.
HSL color Cylindrical-coordinate representation of color #F29EC4: hue angle of 332.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29EC4 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 196 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.05 |
| HSL | 332.86º | 0.76% | 0.78% | - |
| HSV(B) | 332.86º | 0.35% | 0.95% | - |
| XYZ | 58.81 | 47.32 | 58.26 | - |
| YUV | 187.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 196 | 0 | 0.35 | 0.19 | 0.05 | 332.86 | 0.76 | 0.78 |
| Hex | F2 | 9E | C4 | 0 | 23 | 13 | 5 | 14D | 4C | 4E |
| Octal | 362 | 236 | 304 | 0 | 43 | 23 | 5 | 515 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11000100 | 0 | 100011 | 10011 | 101 | 101001101 | 1001100 | 1001110 |
Color Harmonies of #F29EC4
Complementary color
Monochromatic Colors of #F29EC4
Black with #F29EC4
Text Example
Text Example
White with #F29EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EC4; }
p { color: rgb(242,158,196); }
H1.HeaderClassName
{
color: #F29EC4;
}
.AnyTagClassName
{
color: #F29EC4;
}
</style>
background-color css
<style>
a { background-color: #F29EC4; }
a { background-color: rgb(242,158,196); }
div.DivClassName
{
background-color: #F29EC4;
}
.BgClassName
{
background-color: #F29EC4;
}
</style>
border-color css
<style>
span { border-color: #F29EC4; }
span { border-color: rgb(242,158,196); }
td.TdClassName
{
border-color: #F29EC4;
}
.TagClassName
{
border-color: #F29EC4;
}
</style>