#F1A3A5

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

Shades of Wewak #F1A3A5

Tints of Wewak #F1A3A5

Color information

#F1A3A5 (or 0xF1A3A5) is unknown color: approx Wewak. HEX triplet: F1, A3 and A5. RGB value is (241,163,165). Sum of RGB (Red+Green+Blue) = 241+163+165=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A3A5 is #0E5C5A. Grayscale: #BABABA. Windows color (decimal): -941147 or 10855409. OLE color: 10855409.

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

Color convert

RGB241163165-
CMYK00.320.320.05
HSL358.46º73.58%79.22%-
HSV(B)358.46º32.37%94.51%-
XYZ56.1647.6141.83-
YUV186.55115.84166.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 163 (64.06% from 255) = 28.65%
BLUE value IS 165 (64.84% from 255) = 29.00%
R=42.36%
G=28.65%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116316500.320.320.05358.4673.5879.22
HexF1A3A50202051664a4f
Octal361243245040405546112117
Binary111100011010001110100101010000010000010110110011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3A5; }

 p { color: rgb(241,163,165); }

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

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

 a { background-color: rgb(241,163,165); }

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

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

 span { border-color: rgb(241,163,165); }

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