#F2A3A6

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

Shades of Wewak #F2A3A6

Tints of Wewak #F2A3A6

Color information

#F2A3A6 (or 0xF2A3A6) is unknown color: approx Wewak. HEX triplet: F2, A3 and A6. RGB value is (242,163,166). Sum of RGB (Red+Green+Blue) = 242+163+166=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A3A6 is #0D5C59. Grayscale: #BBBBBB. Windows color (decimal): -875610 or 10920946. OLE color: 10920946.

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

Color convert

RGB242163166-
CMYK00.330.310.05
HSL357.72º75.24%79.41%-
HSV(B)357.72º32.64%94.9%-
XYZ56.647.8242.32-
YUV186.96116.17167.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.38%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 166 (65.23% from 255) = 29.07%
R=42.38%
G=28.55%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216316600.330.310.05357.7275.2479.41
HexF2A3A60211F51664b4f
Octal362243246041375546113117
Binary11110010101000111010011001000011111110110110011010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A3A6; }

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

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

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

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

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

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

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

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