#F493AF

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

Shades of Illusion #F493AF

Tints of Illusion #F493AF

Color information

#F493AF (or 0xF493AF) is unknown color: approx Illusion. HEX triplet: F4, 93 and AF. RGB value is (244,147,175). Sum of RGB (Red+Green+Blue) = 244+147+175=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F493AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F493AF is #0B6C50. Grayscale: #B3B3B3. Windows color (decimal): -748625 or 11506676. OLE color: 11506676.

HSL color Cylindrical-coordinate representation of color #F493AF: hue angle of 342.68º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493AF is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244147175-
CMYK00.400.280.04
HSL342.68º81.51%76.67%-
HSV(B)342.68º39.75%95.69%-
XYZ55.4843.245.97-
YUV179.2125.64174.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.11%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=43.11%
G=25.97%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414717500.400.280.04342.6881.5176.67
HexF493AF0281C4157524d
Octal364223257050344527122115
Binary11110100100100111010111101010001110010010101011110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493AF; }

 p { color: rgb(244,147,175); }

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

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

 a { background-color: rgb(244,147,175); }

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

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

 span { border-color: rgb(244,147,175); }

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