Shades of Shocking #F09EC6
Tints of Shocking #F09EC6
RGB
CMYK
RGB Variations
Color information
#F09EC6 (or 0xF09EC6) is known color: Shocking. HEX triplet: F0, 9E and C6. RGB value is (240,158,198). Sum of RGB (Red+Green+Blue) = 240+158+198=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EC6 is #0F6139. Grayscale: #BBBBBB. Windows color (decimal): -1007930 or 13016816. OLE color: 13016816.
HSL color Cylindrical-coordinate representation of color #F09EC6: hue angle of 330.73º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EC6 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 198 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.06 |
| HSL | 330.73º | 0.73% | 0.78% | - |
| HSV(B) | 330.73º | 0.34% | 0.94% | - |
| XYZ | 58.36 | 47.06 | 59.43 | - |
| YUV | 187.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 198 | 0 | 0.34 | 0.18 | 0.06 | 330.73 | 0.73 | 0.78 |
| Hex | F0 | 9E | C6 | 0 | 22 | 12 | 6 | 14B | 49 | 4E |
| Octal | 360 | 236 | 306 | 0 | 42 | 22 | 6 | 513 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11000110 | 0 | 100010 | 10010 | 110 | 101001011 | 1001001 | 1001110 |
Color Harmonies of #F09EC6
Complementary color
Monochromatic Colors of #F09EC6
Black with #F09EC6
Text Example
Text Example
White with #F09EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EC6; }
p { color: rgb(240,158,198); }
H1.HeaderClassName
{
color: #F09EC6;
}
.AnyTagClassName
{
color: #F09EC6;
}
</style>
background-color css
<style>
a { background-color: #F09EC6; }
a { background-color: rgb(240,158,198); }
div.DivClassName
{
background-color: #F09EC6;
}
.BgClassName
{
background-color: #F09EC6;
}
</style>
border-color css
<style>
span { border-color: #F09EC6; }
span { border-color: rgb(240,158,198); }
td.TdClassName
{
border-color: #F09EC6;
}
.TagClassName
{
border-color: #F09EC6;
}
</style>