#F1A0A6

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

Shades of Wewak #F1A0A6

Tints of Wewak #F1A0A6

Color information

#F1A0A6 (or 0xF1A0A6) is unknown color: approx Wewak. HEX triplet: F1, A0 and A6. RGB value is (241,160,166). Sum of RGB (Red+Green+Blue) = 241+160+166=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A0A6 is #0E5F59. Grayscale: #B8B8B8. Windows color (decimal): -941914 or 10920177. OLE color: 10920177.

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

Color convert

RGB241160166-
CMYK00.340.310.05
HSL355.56º74.31%78.63%-
HSV(B)355.56º33.61%94.51%-
XYZ55.7346.642.13-
YUV184.9117.34168.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 166 (65.23% from 255) = 29.28%
R=42.50%
G=28.22%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116016600.340.310.05355.5674.3178.63
HexF1A0A60221F51644a4f
Octal361240246042375544112117
Binary11110001101000001010011001000101111110110110010010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0A6; }

 p { color: rgb(241,160,166); }

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

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

 a { background-color: rgb(241,160,166); }

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

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

 span { border-color: rgb(241,160,166); }

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