#F495B5

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

Shades of Illusion #F495B5

Tints of Illusion #F495B5

Color information

#F495B5 (or 0xF495B5) is unknown color: approx Illusion. HEX triplet: F4, 95 and B5. RGB value is (244,149,181). Sum of RGB (Red+Green+Blue) = 244+149+181=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F495B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495B5 is #0B6A4A. Grayscale: #B5B5B5. Windows color (decimal): -748107 or 11900404. OLE color: 11900404.

HSL color Cylindrical-coordinate representation of color #F495B5: hue angle of 339.79º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495B5 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB244149181-
CMYK00.390.260.04
HSL339.79º81.2%77.06%-
HSV(B)339.79º38.93%95.69%-
XYZ56.444.0649.25-
YUV181.05127.97172.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.51%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=42.51%
G=25.96%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414918100.390.260.04339.7981.277.06
HexF495B50271A4154514d
Octal364225265047324524121115
Binary11110100100101011011010101001111101010010101010010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495B5; }

 p { color: rgb(244,149,181); }

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

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

 a { background-color: rgb(244,149,181); }

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

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

 span { border-color: rgb(244,149,181); }

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