#F7A1AC

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

Shades of Illusion #F7A1AC

Tints of Illusion #F7A1AC

Color information

#F7A1AC (or 0xF7A1AC) is unknown color: approx Illusion. HEX triplet: F7, A1 and AC. RGB value is (247,161,172). Sum of RGB (Red+Green+Blue) = 247+161+172=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A1AC is #085E53. Grayscale: #BCBCBC. Windows color (decimal): -548436 or 11313655. OLE color: 11313655.

HSL color Cylindrical-coordinate representation of color #F7A1AC: hue angle of 352.33º 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 #F7A1AC is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247161172-
CMYK00.350.300.03
HSL352.33º84.31%80%-
HSV(B)352.33º34.82%96.86%-
XYZ58.5548.2445.26-
YUV187.97118.99170.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.59%
GREEN value IS 161 (63.28% from 255) = 27.76%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=42.59%
G=27.76%
B=29.66%

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
Decimal24716117200.350.300.03352.3384.3180
HexF7A1AC0231E31605450
Octal367241254043363540124120
Binary1111011110100001101011000100011111101110110000010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A1AC; }

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

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

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

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

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

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

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

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