#F2A6B3

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

Shades of Illusion #F2A6B3

Tints of Illusion #F2A6B3

Color information

#F2A6B3 (or 0xF2A6B3) is unknown color: approx Illusion. HEX triplet: F2, A6 and B3. RGB value is (242,166,179). Sum of RGB (Red+Green+Blue) = 242+166+179=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6B3 is #0D594C. Grayscale: #BEBEBE. Windows color (decimal): -874829 or 11773682. OLE color: 11773682.

HSL color Cylindrical-coordinate representation of color #F2A6B3: hue angle of 349.74º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6B3 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242166179-
CMYK00.310.260.05
HSL349.74º74.51%80%-
HSV(B)349.74º31.4%94.9%-
XYZ58.3949.449.11-
YUV190.21121.68164.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.23%
GREEN value IS 166 (65.23% from 255) = 28.28%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=41.23%
G=28.28%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216617900.310.260.05349.7474.5180
HexF2A6B301F1A515e4b50
Octal362246263037325536113120
Binary1111001010100110101100110111111101010110101111010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A6B3; }

 p { color: rgb(242,166,179); }

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

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

 a { background-color: rgb(242,166,179); }

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

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

 span { border-color: rgb(242,166,179); }

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