Shades of Shocking #F08EBF
Tints of Shocking #F08EBF
RGB
CMYK
RGB Variations
Color information
#F08EBF (or 0xF08EBF) is known color: Shocking. HEX triplet: F0, 8E and BF. RGB value is (240,142,191). Sum of RGB (Red+Green+Blue) = 240+142+191=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EBF is #0F7140. Grayscale: #B0B0B0. Windows color (decimal): -1012033 or 12553968. OLE color: 12553968.
HSL color Cylindrical-coordinate representation of color #F08EBF: hue angle of 330º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08EBF is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 191 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.06 |
| HSL | 330º | 0.77% | 0.75% | - |
| HSV(B) | 330º | 0.41% | 0.94% | - |
| XYZ | 55.01 | 41.63 | 54.43 | - |
| YUV | 176.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 191 | 0 | 0.41 | 0.20 | 0.06 | 330 | 0.77 | 0.75 |
| Hex | F0 | 8E | BF | 0 | 29 | 14 | 6 | 14A | 4D | 4B |
| Octal | 360 | 216 | 277 | 0 | 51 | 24 | 6 | 512 | 115 | 113 |
| Binary | 11110000 | 10001110 | 10111111 | 0 | 101001 | 10100 | 110 | 101001010 | 1001101 | 1001011 |
Color Harmonies of #F08EBF
Complementary color
Monochromatic Colors of #F08EBF
Black with #F08EBF
Text Example
Text Example
White with #F08EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08EBF; }
p { color: rgb(240,142,191); }
H1.HeaderClassName
{
color: #F08EBF;
}
.AnyTagClassName
{
color: #F08EBF;
}
</style>
background-color css
<style>
a { background-color: #F08EBF; }
a { background-color: rgb(240,142,191); }
div.DivClassName
{
background-color: #F08EBF;
}
.BgClassName
{
background-color: #F08EBF;
}
</style>
border-color css
<style>
span { border-color: #F08EBF; }
span { border-color: rgb(240,142,191); }
td.TdClassName
{
border-color: #F08EBF;
}
.TagClassName
{
border-color: #F08EBF;
}
</style>