#F18EB6

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

Shades of Illusion #F18EB6

Tints of Illusion #F18EB6

Color information

#F18EB6 (or 0xF18EB6) is unknown color: approx Illusion. HEX triplet: F1, 8E and B6. RGB value is (241,142,182). Sum of RGB (Red+Green+Blue) = 241+142+182=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18EB6 is #0E7149. Grayscale: #B0B0B0. Windows color (decimal): -946506 or 11964145. OLE color: 11964145.

HSL color Cylindrical-coordinate representation of color #F18EB6: hue angle of 335.76º 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 #F18EB6 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241142182-
CMYK00.410.240.05
HSL335.76º77.95%75.1%-
HSV(B)335.76º41.08%94.51%-
XYZ54.3941.4249.38-
YUV176.16131.3174.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=42.65%
G=25.13%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114218200.410.240.05335.7677.9575.1
HexF18EB60291851504e4b
Octal361216266051305520116113
Binary11110001100011101011011001010011100010110101000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EB6; }

 p { color: rgb(241,142,182); }

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

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

 a { background-color: rgb(241,142,182); }

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

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

 span { border-color: rgb(241,142,182); }

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