#F19AAE

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

Shades of Illusion #F19AAE

Tints of Illusion #F19AAE

Color information

#F19AAE (or 0xF19AAE) is unknown color: approx Illusion. HEX triplet: F1, 9A and AE. RGB value is (241,154,174). Sum of RGB (Red+Green+Blue) = 241+154+174=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AAE is #0E6551. Grayscale: #B6B6B6. Windows color (decimal): -943442 or 11442929. OLE color: 11442929.

HSL color Cylindrical-coordinate representation of color #F19AAE: hue angle of 346.21º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AAE is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241154174-
CMYK00.360.280.05
HSL346.21º75.65%77.45%-
HSV(B)346.21º36.1%94.51%-
XYZ55.4744.8745.78-
YUV182.29123.32169.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=42.36%
G=27.07%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115417400.360.280.05346.2175.6577.45
HexF19AAE0241C515a4c4d
Octal361232256044345532114115
Binary11110001100110101010111001001001110010110101101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AAE; }

 p { color: rgb(241,154,174); }

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

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

 a { background-color: rgb(241,154,174); }

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

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

 span { border-color: rgb(241,154,174); }

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