#F395AD

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

Shades of Illusion #F395AD

Tints of Illusion #F395AD

Color information

#F395AD (or 0xF395AD) is unknown color: approx Illusion. HEX triplet: F3, 95 and AD. RGB value is (243,149,173). Sum of RGB (Red+Green+Blue) = 243+149+173=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F395AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F395AD is #0C6A52. Grayscale: #B3B3B3. Windows color (decimal): -813651 or 11376115. OLE color: 11376115.

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

Color convert

RGB243149173-
CMYK00.390.290.05
HSL344.68º79.66%76.86%-
HSV(B)344.68º38.68%95.29%-
XYZ55.2543.5745.03-
YUV179.84124.14173.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.01%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=43.01%
G=26.37%
B=30.62%

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
Decimal24314917300.390.290.05344.6879.6676.86
HexF395AD0271D5159504d
Octal363225255047355531120115
Binary11110011100101011010110101001111110110110101100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395AD; }

 p { color: rgb(243,149,173); }

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

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

 a { background-color: rgb(243,149,173); }

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

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

 span { border-color: rgb(243,149,173); }

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