#F093AE

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

Shades of Illusion #F093AE

Tints of Illusion #F093AE

Color information

#F093AE (or 0xF093AE) is unknown color: approx Illusion. HEX triplet: F0, 93 and AE. RGB value is (240,147,174). Sum of RGB (Red+Green+Blue) = 240+147+174=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F093AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F093AE is #0F6C51. Grayscale: #B1B1B1. Windows color (decimal): -1010770 or 11441136. OLE color: 11441136.

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

Color convert

RGB240147174-
CMYK00.390.280.06
HSL342.58º75.61%75.88%-
HSV(B)342.58º38.75%94.12%-
XYZ54.0142.4545.39-
YUV177.88125.81172.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=42.78%
G=26.20%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014717400.390.280.06342.5875.6175.88
HexF093AE0271C61574c4c
Octal360223256047346527114114
Binary11110000100100111010111001001111110011010101011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093AE; }

 p { color: rgb(240,147,174); }

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

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

 a { background-color: rgb(240,147,174); }

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

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

 span { border-color: rgb(240,147,174); }

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