#F096AD

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

Shades of Illusion #F096AD

Tints of Illusion #F096AD

Color information

#F096AD (or 0xF096AD) is unknown color: approx Illusion. HEX triplet: F0, 96 and AD. RGB value is (240,150,173). Sum of RGB (Red+Green+Blue) = 240+150+173=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F096AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096AD is #0F6952. Grayscale: #B3B3B3. Windows color (decimal): -1010003 or 11376368. OLE color: 11376368.

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

Color convert

RGB240150173-
CMYK00.370.280.06
HSL344.67º75%76.47%-
HSV(B)344.67º37.5%94.12%-
XYZ54.3843.3645.04-
YUV179.53124.32171.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=42.63%
G=26.64%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015017300.370.280.06344.677576.47
HexF096AD0251C61594b4c
Octal360226255045346531113114
Binary11110000100101101010110101001011110011010101100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096AD; }

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

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

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

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

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

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

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

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