#F08EBB

Color #F08EBB Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #F08EBB

Tints of Shocking #F08EBB

Color information

#F08EBB (or 0xF08EBB) is unknown color: approx Shocking. HEX triplet: F0, 8E and BB. RGB value is (240,142,187). Sum of RGB (Red+Green+Blue) = 240+142+187=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EBB is #0F7144. Grayscale: #B0B0B0. Windows color (decimal): -1012037 or 12291824. OLE color: 12291824.

HSL color Cylindrical-coordinate representation of color #F08EBB: hue angle of 332.45º 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 #F08EBB is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240142187-
CMYK00.410.220.06
HSL332.45º76.56%74.9%-
HSV(B)332.45º40.83%94.12%-
XYZ54.5841.4652.14-
YUV176.43133.97173.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=42.18%
G=24.96%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014218700.410.220.06332.4576.5674.9
HexF08EBB02916614c4d4b
Octal360216273051266514115113
Binary11110000100011101011101101010011011011010100110010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08EBB; }

 p { color: rgb(240,142,187); }

 H1.HeaderClassName
 {
   color: #F08EBB;
 }
 .AnyTagClassName
 {
   color: #F08EBB;
 }
</style>
background-color css

<style>
 a { background-color: #F08EBB; }

 a { background-color: rgb(240,142,187); }

 div.DivClassName
 {
   background-color: #F08EBB;
 }
 .BgClassName
 {
   background-color: #F08EBB;
 }
</style>
border-color css

<style>
 span { border-color: #F08EBB; }

 span { border-color: rgb(240,142,187); }

 td.TdClassName
 {
   border-color: #F08EBB;
 }
 .TagClassName
 {
   border-color: #F08EBB;
 }
</style>