#F59FAC

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

Shades of Illusion #F59FAC

Tints of Illusion #F59FAC

Color information

#F59FAC (or 0xF59FAC) is unknown color: approx Illusion. HEX triplet: F5, 9F and AC. RGB value is (245,159,172). Sum of RGB (Red+Green+Blue) = 245+159+172=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59FAC is #0A6053. Grayscale: #BABABA. Windows color (decimal): -680020 or 11313141. OLE color: 11313141.

HSL color Cylindrical-coordinate representation of color #F59FAC: hue angle of 350.93º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FAC is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245159172-
CMYK00.350.300.04
HSL350.93º81.13%79.22%-
HSV(B)350.93º35.1%96.08%-
XYZ57.547.1945.11-
YUV186.2119.99169.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=42.53%
G=27.60%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515917200.350.300.04350.9381.1379.22
HexF59FAC0231E415f514f
Octal365237254043364537121117
Binary11110101100111111010110001000111111010010101111110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59FAC; }

 p { color: rgb(245,159,172); }

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

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

 a { background-color: rgb(245,159,172); }

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

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

 span { border-color: rgb(245,159,172); }

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