#F193AD

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

Shades of Illusion #F193AD

Tints of Illusion #F193AD

Color information

#F193AD (or 0xF193AD) is unknown color: approx Illusion. HEX triplet: F1, 93 and AD. RGB value is (241,147,173). Sum of RGB (Red+Green+Blue) = 241+147+173=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F193AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193AD is #0E6C52. Grayscale: #B2B2B2. Windows color (decimal): -945235 or 11375601. OLE color: 11375601.

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

Color convert

RGB241147173-
CMYK00.390.280.05
HSL343.4º77.05%76.08%-
HSV(B)343.4º39%94.51%-
XYZ54.2542.5944.9-
YUV178.07125.14172.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=42.96%
G=26.20%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114717300.390.280.05343.477.0576.08
HexF193AD0271C51574d4c
Octal361223255047345527115114
Binary11110001100100111010110101001111110010110101011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193AD; }

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

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

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

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

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

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

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

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