Shades of Shocking #F09EBF
Tints of Shocking #F09EBF
RGB
CMYK
RGB Variations
Color information
#F09EBF (or 0xF09EBF) is known color: Shocking. HEX triplet: F0, 9E and BF. RGB value is (240,158,191). Sum of RGB (Red+Green+Blue) = 240+158+191=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EBF is #0F6140. Grayscale: #BABABA. Windows color (decimal): -1007937 or 12558064. OLE color: 12558064.
HSL color Cylindrical-coordinate representation of color #F09EBF: hue angle of 335.85º 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 #F09EBF is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 191 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.06 |
| HSL | 335.85º | 0.73% | 0.78% | - |
| HSV(B) | 335.85º | 0.34% | 0.94% | - |
| XYZ | 57.57 | 46.74 | 55.28 | - |
| YUV | 186.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 191 | 0 | 0.34 | 0.20 | 0.06 | 335.85 | 0.73 | 0.78 |
| Hex | F0 | 9E | BF | 0 | 22 | 14 | 6 | 150 | 49 | 4E |
| Octal | 360 | 236 | 277 | 0 | 42 | 24 | 6 | 520 | 111 | 116 |
| Binary | 11110000 | 10011110 | 10111111 | 0 | 100010 | 10100 | 110 | 101010000 | 1001001 | 1001110 |
Color Harmonies of #F09EBF
Complementary color
Monochromatic Colors of #F09EBF
Black with #F09EBF
Text Example
Text Example
White with #F09EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EBF; }
p { color: rgb(240,158,191); }
H1.HeaderClassName
{
color: #F09EBF;
}
.AnyTagClassName
{
color: #F09EBF;
}
</style>
background-color css
<style>
a { background-color: #F09EBF; }
a { background-color: rgb(240,158,191); }
div.DivClassName
{
background-color: #F09EBF;
}
.BgClassName
{
background-color: #F09EBF;
}
</style>
border-color css
<style>
span { border-color: #F09EBF; }
span { border-color: rgb(240,158,191); }
td.TdClassName
{
border-color: #F09EBF;
}
.TagClassName
{
border-color: #F09EBF;
}
</style>