Shades of Shocking #F09EC1
Tints of Shocking #F09EC1
RGB
CMYK
RGB Variations
Color information
#F09EC1 (or 0xF09EC1) is known color: Shocking. HEX triplet: F0, 9E and C1. RGB value is (240,158,193). Sum of RGB (Red+Green+Blue) = 240+158+193=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EC1 is #0F613E. Grayscale: #BABABA. Windows color (decimal): -1007935 or 12689136. OLE color: 12689136.
HSL color Cylindrical-coordinate representation of color #F09EC1: hue angle of 334.39º 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 #F09EC1 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 193 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.06 |
| HSL | 334.39º | 0.73% | 0.78% | - |
| HSV(B) | 334.39º | 0.34% | 0.94% | - |
| XYZ | 57.79 | 46.83 | 56.45 | - |
| YUV | 186.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 193 | 0 | 0.34 | 0.20 | 0.06 | 334.39 | 0.73 | 0.78 |
| Hex | F0 | 9E | C1 | 0 | 22 | 14 | 6 | 14E | 49 | 4E |
| Octal | 360 | 236 | 301 | 0 | 42 | 24 | 6 | 516 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11000001 | 0 | 100010 | 10100 | 110 | 101001110 | 1001001 | 1001110 |
Color Harmonies of #F09EC1
Complementary color
Monochromatic Colors of #F09EC1
Black with #F09EC1
Text Example
Text Example
White with #F09EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EC1; }
p { color: rgb(240,158,193); }
H1.HeaderClassName
{
color: #F09EC1;
}
.AnyTagClassName
{
color: #F09EC1;
}
</style>
background-color css
<style>
a { background-color: #F09EC1; }
a { background-color: rgb(240,158,193); }
div.DivClassName
{
background-color: #F09EC1;
}
.BgClassName
{
background-color: #F09EC1;
}
</style>
border-color css
<style>
span { border-color: #F09EC1; }
span { border-color: rgb(240,158,193); }
td.TdClassName
{
border-color: #F09EC1;
}
.TagClassName
{
border-color: #F09EC1;
}
</style>