Shades of Shocking #F09EC3
Tints of Shocking #F09EC3
RGB
CMYK
RGB Variations
Color information
#F09EC3 (or 0xF09EC3) is known color: Shocking. HEX triplet: F0, 9E and C3. RGB value is (240,158,195). Sum of RGB (Red+Green+Blue) = 240+158+195=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EC3 is #0F613C. Grayscale: #BABABA. Windows color (decimal): -1007933 or 12820208. OLE color: 12820208.
HSL color Cylindrical-coordinate representation of color #F09EC3: hue angle of 332.93º 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 #F09EC3 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 195 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.06 |
| HSL | 332.93º | 0.73% | 0.78% | - |
| HSV(B) | 332.93º | 0.34% | 0.94% | - |
| XYZ | 58.01 | 46.92 | 57.63 | - |
| YUV | 186.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 195 | 0 | 0.34 | 0.19 | 0.06 | 332.93 | 0.73 | 0.78 |
| Hex | F0 | 9E | C3 | 0 | 22 | 13 | 6 | 14D | 49 | 4E |
| Octal | 360 | 236 | 303 | 0 | 42 | 23 | 6 | 515 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11000011 | 0 | 100010 | 10011 | 110 | 101001101 | 1001001 | 1001110 |
Color Harmonies of #F09EC3
Complementary color
Monochromatic Colors of #F09EC3
Black with #F09EC3
Text Example
Text Example
White with #F09EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EC3; }
p { color: rgb(240,158,195); }
H1.HeaderClassName
{
color: #F09EC3;
}
.AnyTagClassName
{
color: #F09EC3;
}
</style>
background-color css
<style>
a { background-color: #F09EC3; }
a { background-color: rgb(240,158,195); }
div.DivClassName
{
background-color: #F09EC3;
}
.BgClassName
{
background-color: #F09EC3;
}
</style>
border-color css
<style>
span { border-color: #F09EC3; }
span { border-color: rgb(240,158,195); }
td.TdClassName
{
border-color: #F09EC3;
}
.TagClassName
{
border-color: #F09EC3;
}
</style>