#F096B6

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

Shades of Illusion #F096B6

Tints of Illusion #F096B6

Color information

#F096B6 (or 0xF096B6) is unknown color: approx Illusion. HEX triplet: F0, 96 and B6. RGB value is (240,150,182). Sum of RGB (Red+Green+Blue) = 240+150+182=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F096B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096B6 is #0F6949. Grayscale: #B4B4B4. Windows color (decimal): -1009994 or 11966192. OLE color: 11966192.

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

Color convert

RGB240150182-
CMYK00.370.240.06
HSL338.67º75%76.47%-
HSV(B)338.67º37.5%94.12%-
XYZ55.2943.7249.78-
YUV180.56128.82170.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=41.96%
G=26.22%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015018200.370.240.06338.677576.47
HexF096B60251861534b4c
Octal360226266045306523113114
Binary11110000100101101011011001001011100011010101001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096B6; }

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

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

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

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

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

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

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

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