Shades of Shocking #F09ECE
Tints of Shocking #F09ECE
RGB
CMYK
RGB Variations
Color information
#F09ECE (or 0xF09ECE) is known color: Shocking. HEX triplet: F0, 9E and CE. RGB value is (240,158,206). Sum of RGB (Red+Green+Blue) = 240+158+206=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ECE is #0F6131. Grayscale: #BBBBBB. Windows color (decimal): -1007922 or 13541104. OLE color: 13541104.
HSL color Cylindrical-coordinate representation of color #F09ECE: hue angle of 324.88º 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 #F09ECE is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 206 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.06 |
| HSL | 324.88º | 0.73% | 0.78% | - |
| HSV(B) | 324.88º | 0.34% | 0.94% | - |
| XYZ | 59.3 | 47.44 | 64.42 | - |
| YUV | 187.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 206 | 0 | 0.34 | 0.14 | 0.06 | 324.88 | 0.73 | 0.78 |
| Hex | F0 | 9E | CE | 0 | 22 | E | 6 | 145 | 49 | 4E |
| Octal | 360 | 236 | 316 | 0 | 42 | 16 | 6 | 505 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11001110 | 0 | 100010 | 1110 | 110 | 101000101 | 1001001 | 1001110 |
Color Harmonies of #F09ECE
Complementary color
Monochromatic Colors of #F09ECE
Black with #F09ECE
Text Example
Text Example
White with #F09ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ECE; }
p { color: rgb(240,158,206); }
H1.HeaderClassName
{
color: #F09ECE;
}
.AnyTagClassName
{
color: #F09ECE;
}
</style>
background-color css
<style>
a { background-color: #F09ECE; }
a { background-color: rgb(240,158,206); }
div.DivClassName
{
background-color: #F09ECE;
}
.BgClassName
{
background-color: #F09ECE;
}
</style>
border-color css
<style>
span { border-color: #F09ECE; }
span { border-color: rgb(240,158,206); }
td.TdClassName
{
border-color: #F09ECE;
}
.TagClassName
{
border-color: #F09ECE;
}
</style>