#F493B4

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

Shades of Illusion #F493B4

Tints of Illusion #F493B4

Color information

#F493B4 (or 0xF493B4) is unknown color: approx Illusion. HEX triplet: F4, 93 and B4. RGB value is (244,147,180). Sum of RGB (Red+Green+Blue) = 244+147+180=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F493B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493B4 is #0B6C4B. Grayscale: #B3B3B3. Windows color (decimal): -748620 or 11834356. OLE color: 11834356.

HSL color Cylindrical-coordinate representation of color #F493B4: hue angle of 339.59º 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 #F493B4 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB244147180-
CMYK00.400.260.04
HSL339.59º81.51%76.67%-
HSV(B)339.59º39.75%95.69%-
XYZ55.9843.448.61-
YUV179.76128.14173.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.73%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=42.73%
G=25.74%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414718000.400.260.04339.5981.5176.67
HexF493B40281A4154524d
Octal364223264050324524122115
Binary11110100100100111011010001010001101010010101010010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493B4; }

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

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

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

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

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

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

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

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