#F093AD

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

Shades of Illusion #F093AD

Tints of Illusion #F093AD

Color information

#F093AD (or 0xF093AD) is unknown color: approx Illusion. HEX triplet: F0, 93 and AD. RGB value is (240,147,173). Sum of RGB (Red+Green+Blue) = 240+147+173=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F093AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F093AD is #0F6C52. Grayscale: #B1B1B1. Windows color (decimal): -1010771 or 11375600. OLE color: 11375600.

HSL color Cylindrical-coordinate representation of color #F093AD: hue angle of 343.23º 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 #F093AD is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240147173-
CMYK00.390.280.06
HSL343.23º75.61%75.88%-
HSV(B)343.23º38.75%94.12%-
XYZ53.9142.4144.88-
YUV177.77125.31172.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=42.86%
G=26.25%
B=30.89%

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
Decimal24014717300.390.280.06343.2375.6175.88
HexF093AD0271C61574c4c
Octal360223255047346527114114
Binary11110000100100111010110101001111110011010101011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093AD; }

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

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

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

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

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

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

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

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