#F1A0A4

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

Shades of Wewak #F1A0A4

Tints of Wewak #F1A0A4

Color information

#F1A0A4 (or 0xF1A0A4) is unknown color: approx Wewak. HEX triplet: F1, A0 and A4. RGB value is (241,160,164). Sum of RGB (Red+Green+Blue) = 241+160+164=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A0A4 is #0E5F5B. Grayscale: #B8B8B8. Windows color (decimal): -941916 or 10789105. OLE color: 10789105.

HSL color Cylindrical-coordinate representation of color #F1A0A4: hue angle of 357.04º 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 #F1A0A4 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB241160164-
CMYK00.340.320.05
HSL357.04º74.31%78.63%-
HSV(B)357.04º33.61%94.51%-
XYZ55.5546.5241.17-
YUV184.68116.34168.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=42.65%
G=28.32%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116016400.340.320.05357.0474.3178.63
HexF1A0A40222051654a4f
Octal361240244042405545112117
Binary111100011010000010100100010001010000010110110010110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0A4; }

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

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

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

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

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

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

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

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