#F19FAE

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

Shades of Illusion #F19FAE

Tints of Illusion #F19FAE

Color information

#F19FAE (or 0xF19FAE) is unknown color: approx Illusion. HEX triplet: F1, 9F and AE. RGB value is (241,159,174). Sum of RGB (Red+Green+Blue) = 241+159+174=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19FAE is #0E6051. Grayscale: #B9B9B9. Windows color (decimal): -942162 or 11444209. OLE color: 11444209.

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

Color convert

RGB241159174-
CMYK00.340.280.05
HSL349.02º74.55%78.43%-
HSV(B)349.02º34.02%94.51%-
XYZ56.3146.5546.06-
YUV185.23121.67167.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=41.99%
G=27.70%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115917400.340.280.05349.0274.5578.43
HexF19FAE0221C515d4b4e
Octal361237256042345535113116
Binary11110001100111111010111001000101110010110101110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FAE; }

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

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

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

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

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

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

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

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