#F495B3

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

Shades of Illusion #F495B3

Tints of Illusion #F495B3

Color information

#F495B3 (or 0xF495B3) is unknown color: approx Illusion. HEX triplet: F4, 95 and B3. RGB value is (244,149,179). Sum of RGB (Red+Green+Blue) = 244+149+179=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F495B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495B3 is #0B6A4C. Grayscale: #B4B4B4. Windows color (decimal): -748109 or 11769332. OLE color: 11769332.

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

Color convert

RGB244149179-
CMYK00.390.270.04
HSL341.05º81.2%77.06%-
HSV(B)341.05º38.93%95.69%-
XYZ56.1943.9848.18-
YUV180.82126.97173.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=42.66%
G=26.05%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414917900.390.270.04341.0581.277.06
HexF495B30271B4155514d
Octal364225263047334525121115
Binary11110100100101011011001101001111101110010101010110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495B3; }

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

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

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

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

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

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

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

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