#F2A4A6

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

Shades of Wewak #F2A4A6

Tints of Wewak #F2A4A6

Color information

#F2A4A6 (or 0xF2A4A6) is unknown color: approx Wewak. HEX triplet: F2, A4 and A6. RGB value is (242,164,166). Sum of RGB (Red+Green+Blue) = 242+164+166=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A4A6 is #0D5B59. Grayscale: #BBBBBB. Windows color (decimal): -875354 or 10921202. OLE color: 10921202.

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

Color convert

RGB242164166-
CMYK00.320.310.05
HSL358.46º75%79.61%-
HSV(B)358.46º32.23%94.9%-
XYZ56.7848.1842.38-
YUV187.55115.84166.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 166 (65.23% from 255) = 29.02%
R=42.31%
G=28.67%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216416600.320.310.05358.467579.61
HexF2A4A60201F51664b50
Octal362244246040375546113120
Binary11110010101001001010011001000001111110110110011010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A4A6; }

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

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

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

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

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

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

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

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