Shades of Shocking #F09EBA
Tints of Shocking #F09EBA
RGB
CMYK
RGB Variations
Color information
#F09EBA (or 0xF09EBA) is known color: Shocking. HEX triplet: F0, 9E and BA. RGB value is (240,158,186). Sum of RGB (Red+Green+Blue) = 240+158+186=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EBA is #0F6145. Grayscale: #B9B9B9. Windows color (decimal): -1007942 or 12230384. OLE color: 12230384.
HSL color Cylindrical-coordinate representation of color #F09EBA: hue angle of 339.51º 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 #F09EBA is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 186 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.06 |
| HSL | 339.51º | 0.73% | 0.78% | - |
| HSV(B) | 339.51º | 0.34% | 0.94% | - |
| XYZ | 57.02 | 46.52 | 52.43 | - |
| YUV | 185.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 186 | 0 | 0.34 | 0.22 | 0.06 | 339.51 | 0.73 | 0.78 |
| Hex | F0 | 9E | BA | 0 | 22 | 16 | 6 | 154 | 49 | 4E |
| Octal | 360 | 236 | 272 | 0 | 42 | 26 | 6 | 524 | 111 | 116 |
| Binary | 11110000 | 10011110 | 10111010 | 0 | 100010 | 10110 | 110 | 101010100 | 1001001 | 1001110 |
Color Harmonies of #F09EBA
Complementary color
Monochromatic Colors of #F09EBA
Black with #F09EBA
Text Example
Text Example
White with #F09EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EBA; }
p { color: rgb(240,158,186); }
H1.HeaderClassName
{
color: #F09EBA;
}
.AnyTagClassName
{
color: #F09EBA;
}
</style>
background-color css
<style>
a { background-color: #F09EBA; }
a { background-color: rgb(240,158,186); }
div.DivClassName
{
background-color: #F09EBA;
}
.BgClassName
{
background-color: #F09EBA;
}
</style>
border-color css
<style>
span { border-color: #F09EBA; }
span { border-color: rgb(240,158,186); }
td.TdClassName
{
border-color: #F09EBA;
}
.TagClassName
{
border-color: #F09EBA;
}
</style>