#F296AF

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

Shades of Illusion #F296AF

Tints of Illusion #F296AF

Color information

#F296AF (or 0xF296AF) is unknown color: approx Illusion. HEX triplet: F2, 96 and AF. RGB value is (242,150,175). Sum of RGB (Red+Green+Blue) = 242+150+175=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F296AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296AF is #0D6950. Grayscale: #B4B4B4. Windows color (decimal): -878929 or 11507442. OLE color: 11507442.

HSL color Cylindrical-coordinate representation of color #F296AF: hue angle of 343.7º 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 #F296AF is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242150175-
CMYK00.380.280.05
HSL343.7º77.97%76.86%-
HSV(B)343.7º38.02%94.9%-
XYZ55.2643.7946.1-
YUV180.36124.98171.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=42.68%
G=26.46%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215017500.380.280.05343.777.9776.86
HexF296AF0261C51584e4d
Octal362226257046345530116115
Binary11110010100101101010111101001101110010110101100010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296AF; }

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

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

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

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

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

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

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

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