#F18EB4

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

Shades of Illusion #F18EB4

Tints of Illusion #F18EB4

Color information

#F18EB4 (or 0xF18EB4) is unknown color: approx Illusion. HEX triplet: F1, 8E and B4. RGB value is (241,142,180). Sum of RGB (Red+Green+Blue) = 241+142+180=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18EB4 is #0E714B. Grayscale: #AFAFAF. Windows color (decimal): -946508 or 11833073. OLE color: 11833073.

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

Color convert

RGB241142180-
CMYK00.410.250.05
HSL336.97º77.95%75.1%-
HSV(B)336.97º41.08%94.51%-
XYZ54.1941.3448.3-
YUV175.93130.3174.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 142 (55.86% from 255) = 25.22%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=42.81%
G=25.22%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114218000.410.250.05336.9777.9575.1
HexF18EB40291951514e4b
Octal361216264051315521116113
Binary11110001100011101011010001010011100110110101000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EB4; }

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

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

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

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

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

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

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

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