#F7A2AC

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

Shades of Illusion #F7A2AC

Tints of Illusion #F7A2AC

Color information

#F7A2AC (or 0xF7A2AC) is unknown color: approx Illusion. HEX triplet: F7, A2 and AC. RGB value is (247,162,172). Sum of RGB (Red+Green+Blue) = 247+162+172=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A2AC is #085D53. Grayscale: #BCBCBC. Windows color (decimal): -548180 or 11313911. OLE color: 11313911.

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

Color convert

RGB247162172-
CMYK00.340.300.03
HSL352.94º84.16%80.2%-
HSV(B)352.94º34.41%96.86%-
XYZ58.7248.5945.31-
YUV188.56118.66169.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.51%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=42.51%
G=27.88%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716217200.340.300.03352.9484.1680.2
HexF7A2AC0221E31615450
Octal367242254042363541124120
Binary1111011110100010101011000100010111101110110000110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A2AC; }

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

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

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

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

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

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

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

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