#F7A0AC

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

Shades of Illusion #F7A0AC

Tints of Illusion #F7A0AC

Color information

#F7A0AC (or 0xF7A0AC) is unknown color: approx Illusion. HEX triplet: F7, A0 and AC. RGB value is (247,160,172). Sum of RGB (Red+Green+Blue) = 247+160+172=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A0AC is #085F53. Grayscale: #BBBBBB. Windows color (decimal): -548692 or 11313399. OLE color: 11313399.

HSL color Cylindrical-coordinate representation of color #F7A0AC: hue angle of 351.72º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A0AC is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247160172-
CMYK00.350.300.03
HSL351.72º84.47%79.8%-
HSV(B)351.72º35.22%96.86%-
XYZ58.3747.8945.2-
YUV187.38119.32170.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.66%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=42.66%
G=27.63%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716017200.350.300.03351.7284.4779.8
HexF7A0AC0231E31605450
Octal367240254043363540124120
Binary1111011110100000101011000100011111101110110000010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A0AC; }

 p { color: rgb(247,160,172); }

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

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

 a { background-color: rgb(247,160,172); }

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

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

 span { border-color: rgb(247,160,172); }

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