#F19DAE

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

Shades of Illusion #F19DAE

Tints of Illusion #F19DAE

Color information

#F19DAE (or 0xF19DAE) is unknown color: approx Illusion. HEX triplet: F1, 9D and AE. RGB value is (241,157,174). Sum of RGB (Red+Green+Blue) = 241+157+174=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19DAE is #0E6251. Grayscale: #B8B8B8. Windows color (decimal): -942674 or 11443697. OLE color: 11443697.

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

Color convert

RGB241157174-
CMYK00.350.280.05
HSL347.86º75%78.04%-
HSV(B)347.86º34.85%94.51%-
XYZ55.9745.8745.95-
YUV184.05122.33168.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=42.13%
G=27.45%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115717400.350.280.05347.867578.04
HexF19DAE0231C515c4b4e
Octal361235256043345534113116
Binary11110001100111011010111001000111110010110101110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DAE; }

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

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

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

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

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

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

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

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