#F6A4AA

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

Shades of Illusion #F6A4AA

Tints of Illusion #F6A4AA

Color information

#F6A4AA (or 0xF6A4AA) is unknown color: approx Illusion. HEX triplet: F6, A4 and AA. RGB value is (246,164,170). Sum of RGB (Red+Green+Blue) = 246+164+170=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A4AA is #095B55. Grayscale: #BDBDBD. Windows color (decimal): -613206 or 11183350. OLE color: 11183350.

HSL color Cylindrical-coordinate representation of color #F6A4AA: hue angle of 355.61º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A4AA is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB246164170-
CMYK00.330.310.04
HSL355.61º82%80.39%-
HSV(B)355.61º33.33%96.47%-
XYZ58.5449.0544.41-
YUV189.2117.17168.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.41%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=42.41%
G=28.28%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616417000.330.310.04355.618280.39
HexF6A4AA0211F41645250
Octal366244252041374544122120
Binary11110110101001001010101001000011111110010110010010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A4AA; }

 p { color: rgb(246,164,170); }

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

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

 a { background-color: rgb(246,164,170); }

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

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

 span { border-color: rgb(246,164,170); }

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