#F194AE

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

Shades of Illusion #F194AE

Tints of Illusion #F194AE

Color information

#F194AE (or 0xF194AE) is unknown color: approx Illusion. HEX triplet: F1, 94 and AE. RGB value is (241,148,174). Sum of RGB (Red+Green+Blue) = 241+148+174=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F194AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F194AE is #0E6B51. Grayscale: #B2B2B2. Windows color (decimal): -944978 or 11441393. OLE color: 11441393.

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

Color convert

RGB241148174-
CMYK00.390.280.05
HSL343.23º76.86%76.27%-
HSV(B)343.23º38.59%94.51%-
XYZ54.5142.9445.46-
YUV178.77125.31172.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=42.81%
G=26.29%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114817400.390.280.05343.2376.8676.27
HexF194AE0271C51574d4c
Octal361224256047345527115114
Binary11110001100101001010111001001111110010110101011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194AE; }

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

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

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

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

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

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

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

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