#F490AF

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

Shades of Illusion #F490AF

Tints of Illusion #F490AF

Color information

#F490AF (or 0xF490AF) is unknown color: approx Illusion. HEX triplet: F4, 90 and AF. RGB value is (244,144,175). Sum of RGB (Red+Green+Blue) = 244+144+175=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F490AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490AF is #0B6F50. Grayscale: #B1B1B1. Windows color (decimal): -749393 or 11505908. OLE color: 11505908.

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

Color convert

RGB244144175-
CMYK00.410.280.04
HSL341.4º81.97%76.08%-
HSV(B)341.4º40.98%95.69%-
XYZ55.0242.2745.82-
YUV177.43126.63175.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.34%
GREEN value IS 144 (56.64% from 255) = 25.58%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=43.34%
G=25.58%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414417500.410.280.04341.481.9776.08
HexF490AF0291C4155524c
Octal364220257051344525122114
Binary11110100100100001010111101010011110010010101010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490AF; }

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

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

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

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

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

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

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

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