#F595AF

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

Shades of Illusion #F595AF

Tints of Illusion #F595AF

Color information

#F595AF (or 0xF595AF) is unknown color: approx Illusion. HEX triplet: F5, 95 and AF. RGB value is (245,149,175). Sum of RGB (Red+Green+Blue) = 245+149+175=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F595AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F595AF is #0A6A50. Grayscale: #B4B4B4. Windows color (decimal): -682577 or 11507189. OLE color: 11507189.

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

Color convert

RGB245149175-
CMYK00.390.290.04
HSL343.75º82.76%77.25%-
HSV(B)343.75º39.18%96.08%-
XYZ56.144446.09-
YUV180.67124.8173.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.06%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=43.06%
G=26.19%
B=30.76%

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
Decimal24514917500.390.290.04343.7582.7677.25
HexF595AF0271D4158534d
Octal365225257047354530123115
Binary11110101100101011010111101001111110110010101100010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595AF; }

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

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

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

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

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

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

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

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