#F293AD

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

Shades of Illusion #F293AD

Tints of Illusion #F293AD

Color information

#F293AD (or 0xF293AD) is unknown color: approx Illusion. HEX triplet: F2, 93 and AD. RGB value is (242,147,173). Sum of RGB (Red+Green+Blue) = 242+147+173=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F293AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293AD is #0D6C52. Grayscale: #B2B2B2. Windows color (decimal): -879699 or 11375602. OLE color: 11375602.

HSL color Cylindrical-coordinate representation of color #F293AD: hue angle of 343.58º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293AD is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242147173-
CMYK00.390.290.05
HSL343.58º78.51%76.27%-
HSV(B)343.58º39.26%94.9%-
XYZ54.5942.7644.91-
YUV178.37124.97173.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=43.06%
G=26.16%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214717300.390.290.05343.5878.5176.27
HexF293AD0271D51584f4c
Octal362223255047355530117114
Binary11110010100100111010110101001111110110110101100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293AD; }

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

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

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

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

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

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

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

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