#F497AF

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

Shades of Illusion #F497AF

Tints of Illusion #F497AF

Color information

#F497AF (or 0xF497AF) is unknown color: approx Illusion. HEX triplet: F4, 97 and AF. RGB value is (244,151,175). Sum of RGB (Red+Green+Blue) = 244+151+175=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F497AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F497AF is #0B6850. Grayscale: #B5B5B5. Windows color (decimal): -747601 or 11507700. OLE color: 11507700.

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

Color convert

RGB244151175-
CMYK00.380.280.04
HSL344.52º80.87%77.45%-
HSV(B)344.52º38.11%95.69%-
XYZ56.1144.4646.18-
YUV181.54124.31172.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.81%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=42.81%
G=26.49%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415117500.380.280.04344.5280.8777.45
HexF497AF0261C4159514d
Octal364227257046344531121115
Binary11110100100101111010111101001101110010010101100110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F497AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F497AF; }

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

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

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

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

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

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

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

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