#F490AE

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

Shades of Illusion #F490AE

Tints of Illusion #F490AE

Color information

#F490AE (or 0xF490AE) is unknown color: approx Illusion. HEX triplet: F4, 90 and AE. RGB value is (244,144,174). Sum of RGB (Red+Green+Blue) = 244+144+174=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F490AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490AE is #0B6F51. Grayscale: #B1B1B1. Windows color (decimal): -749394 or 11440372. OLE color: 11440372.

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

Color convert

RGB244144174-
CMYK00.410.290.04
HSL342º81.97%76.08%-
HSV(B)342º40.98%95.69%-
XYZ54.9242.2445.3-
YUV177.32126.13175.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.42%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=43.42%
G=25.62%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414417400.410.290.0434281.9776.08
HexF490AE0291D4156524c
Octal364220256051354526122114
Binary11110100100100001010111001010011110110010101011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490AE; }

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

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

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

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

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

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

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

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