#F595AD

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

Shades of Illusion #F595AD

Tints of Illusion #F595AD

Color information

#F595AD (or 0xF595AD) is unknown color: approx Illusion. HEX triplet: F5, 95 and AD. RGB value is (245,149,173). Sum of RGB (Red+Green+Blue) = 245+149+173=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F595AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F595AD is #0A6A52. Grayscale: #B4B4B4. Windows color (decimal): -682579 or 11376117. OLE color: 11376117.

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

Color convert

RGB245149173-
CMYK00.390.290.04
HSL345º82.76%77.25%-
HSV(B)345º39.18%96.08%-
XYZ55.9543.9245.06-
YUV180.44123.8174.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=43.21%
G=26.28%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514917300.390.290.0434582.7677.25
HexF595AD0271D4159534d
Octal365225255047354531123115
Binary11110101100101011010110101001111110110010101100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595AD; }

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

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

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

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

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

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

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

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