#F091AD

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

Shades of Illusion #F091AD

Tints of Illusion #F091AD

Color information

#F091AD (or 0xF091AD) is unknown color: approx Illusion. HEX triplet: F0, 91 and AD. RGB value is (240,145,173). Sum of RGB (Red+Green+Blue) = 240+145+173=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F091AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F091AD is #0F6E52. Grayscale: #B0B0B0. Windows color (decimal): -1011283 or 11375088. OLE color: 11375088.

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

Color convert

RGB240145173-
CMYK00.400.280.06
HSL342.32º76%75.49%-
HSV(B)342.32º39.58%94.12%-
XYZ53.641.7944.78-
YUV176.6125.97173.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=43.01%
G=25.99%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014517300.400.280.06342.327675.49
HexF091AD0281C61564c4b
Octal360221255050346526114113
Binary11110000100100011010110101010001110011010101011010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091AD; }

 p { color: rgb(240,145,173); }

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

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

 a { background-color: rgb(240,145,173); }

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

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

 span { border-color: rgb(240,145,173); }

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