#F096BA

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

Shades of Shocking #F096BA

Tints of Shocking #F096BA

Color information

#F096BA (or 0xF096BA) is unknown color: approx Shocking. HEX triplet: F0, 96 and BA. RGB value is (240,150,186). Sum of RGB (Red+Green+Blue) = 240+150+186=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F096BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096BA is #0F6945. Grayscale: #B4B4B4. Windows color (decimal): -1009990 or 12228336. OLE color: 12228336.

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

Color convert

RGB240150186-
CMYK00.370.220.06
HSL336º75%76.47%-
HSV(B)336º37.5%94.12%-
XYZ55.743.8851.99-
YUV181.01130.82170.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=41.67%
G=26.04%
B=32.29%

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
Decimal24015018600.370.220.063367576.47
HexF096BA0251661504b4c
Octal360226272045266520113114
Binary11110000100101101011101001001011011011010101000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096BA; }

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

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

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

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

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

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

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

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