#F595B1

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

Shades of Illusion #F595B1

Tints of Illusion #F595B1

Color information

#F595B1 (or 0xF595B1) is unknown color: approx Illusion. HEX triplet: F5, 95 and B1. RGB value is (245,149,177). Sum of RGB (Red+Green+Blue) = 245+149+177=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F595B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F595B1 is #0A6A4E. Grayscale: #B4B4B4. Windows color (decimal): -682575 or 11638261. OLE color: 11638261.

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

Color convert

RGB245149177-
CMYK00.390.280.04
HSL342.5º82.76%77.25%-
HSV(B)342.5º39.18%96.08%-
XYZ56.3444.0847.13-
YUV180.9125.8173.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=42.91%
G=26.09%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514917700.390.280.04342.582.7677.25
HexF595B10271C4156534d
Octal365225261047344526123115
Binary11110101100101011011000101001111110010010101011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595B1; }

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

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

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

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

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

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

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

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