#F6A3B0

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

Shades of Illusion #F6A3B0

Tints of Illusion #F6A3B0

Color information

#F6A3B0 (or 0xF6A3B0) is unknown color: approx Illusion. HEX triplet: F6, A3 and B0. RGB value is (246,163,176). Sum of RGB (Red+Green+Blue) = 246+163+176=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A3B0 is #095C4F. Grayscale: #BDBDBD. Windows color (decimal): -613456 or 11576310. OLE color: 11576310.

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

Color convert

RGB246163176-
CMYK00.340.280.04
HSL350.6º82.18%80.2%-
HSV(B)350.6º33.74%96.47%-
XYZ58.9448.9247.41-
YUV189.3120.5168.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.05%
GREEN value IS 163 (64.06% from 255) = 27.86%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=42.05%
G=27.86%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616317600.340.280.04350.682.1880.2
HexF6A3B00221C415f5250
Octal366243260042344537122120
Binary11110110101000111011000001000101110010010101111110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A3B0; }

 p { color: rgb(246,163,176); }

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

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

 a { background-color: rgb(246,163,176); }

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

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

 span { border-color: rgb(246,163,176); }

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