#F096BC

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

Shades of Shocking #F096BC

Tints of Shocking #F096BC

Color information

#F096BC (or 0xF096BC) is unknown color: approx Shocking. HEX triplet: F0, 96 and BC. RGB value is (240,150,188). Sum of RGB (Red+Green+Blue) = 240+150+188=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F096BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096BC is #0F6943. Grayscale: #B5B5B5. Windows color (decimal): -1009988 or 12359408. OLE color: 12359408.

HSL color Cylindrical-coordinate representation of color #F096BC: hue angle of 334.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096BC is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240150188-
CMYK00.370.220.06
HSL334.67º75%76.47%-
HSV(B)334.67º37.5%94.12%-
XYZ55.9243.9753.12-
YUV181.24131.82169.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=41.52%
G=25.95%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015018800.370.220.06334.677576.47
HexF096BC02516614f4b4c
Octal360226274045266517113114
Binary11110000100101101011110001001011011011010100111110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096BC; }

 p { color: rgb(240,150,188); }

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

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

 a { background-color: rgb(240,150,188); }

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

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

 span { border-color: rgb(240,150,188); }

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