#F296AB

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

Shades of Illusion #F296AB

Tints of Illusion #F296AB

Color information

#F296AB (or 0xF296AB) is unknown color: approx Illusion. HEX triplet: F2, 96 and AB. RGB value is (242,150,171). Sum of RGB (Red+Green+Blue) = 242+150+171=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F296AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296AB is #0D6954. Grayscale: #B3B3B3. Windows color (decimal): -878933 or 11245298. OLE color: 11245298.

HSL color Cylindrical-coordinate representation of color #F296AB: hue angle of 346.3º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296AB is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242150171-
CMYK00.380.290.05
HSL346.3º77.97%76.86%-
HSV(B)346.3º38.02%94.9%-
XYZ54.8743.6344.06-
YUV179.9122.98172.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=42.98%
G=26.64%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215017100.380.290.05346.377.9776.86
HexF296AB0261D515a4e4d
Octal362226253046355532116115
Binary11110010100101101010101101001101110110110101101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296AB; }

 p { color: rgb(242,150,171); }

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

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

 a { background-color: rgb(242,150,171); }

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

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

 span { border-color: rgb(242,150,171); }

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