#F1A0A1

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

Shades of Wewak #F1A0A1

Tints of Wewak #F1A0A1

Color information

#F1A0A1 (or 0xF1A0A1) is unknown color: approx Wewak. HEX triplet: F1, A0 and A1. RGB value is (241,160,161). Sum of RGB (Red+Green+Blue) = 241+160+161=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A0A1 is #0E5F5E. Grayscale: #B8B8B8. Windows color (decimal): -941919 or 10592497. OLE color: 10592497.

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

Color convert

RGB241160161-
CMYK00.340.330.05
HSL359.26º74.31%78.63%-
HSV(B)359.26º33.61%94.51%-
XYZ55.2846.4239.76-
YUV184.33114.84168.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 161 (63.28% from 255) = 28.65%
R=42.88%
G=28.47%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116016100.340.330.05359.2674.3178.63
HexF1A0A10222151674a4f
Octal361240241042415547112117
Binary111100011010000010100001010001010000110110110011110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0A1; }

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

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

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

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

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

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

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

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