#F18FAE

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

Shades of Illusion #F18FAE

Tints of Illusion #F18FAE

Color information

#F18FAE (or 0xF18FAE) is unknown color: approx Illusion. HEX triplet: F1, 8F and AE. RGB value is (241,143,174). Sum of RGB (Red+Green+Blue) = 241+143+174=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18FAE is #0E7051. Grayscale: #AFAFAF. Windows color (decimal): -946258 or 11440113. OLE color: 11440113.

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

Color convert

RGB241143174-
CMYK00.410.280.05
HSL341.02º77.78%75.29%-
HSV(B)341.02º40.66%94.51%-
XYZ53.7441.445.2-
YUV175.84126.97174.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=43.19%
G=25.63%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114317400.410.280.05341.0277.7875.29
HexF18FAE0291C51554e4b
Octal361217256051345525116113
Binary11110001100011111010111001010011110010110101010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FAE; }

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

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

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

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

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

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

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

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