#F395A1

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

Shades of Wewak #F395A1

Tints of Wewak #F395A1

Color information

#F395A1 (or 0xF395A1) is unknown color: approx Wewak. HEX triplet: F3, 95 and A1. RGB value is (243,149,161). Sum of RGB (Red+Green+Blue) = 243+149+161=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F395A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F395A1 is #0C6A5E. Grayscale: #B2B2B2. Windows color (decimal): -813663 or 10589683. OLE color: 10589683.

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

Color convert

RGB243149161-
CMYK00.390.340.05
HSL352.34º79.66%76.86%-
HSV(B)352.34º38.68%95.29%-
XYZ54.1443.1239.19-
YUV178.47118.14174.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=43.94%
G=26.94%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314916100.390.340.05352.3479.6676.86
HexF395A1027225160504d
Octal363225241047425540120115
Binary111100111001010110100001010011110001010110110000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395A1; }

 p { color: rgb(243,149,161); }

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

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

 a { background-color: rgb(243,149,161); }

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

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

 span { border-color: rgb(243,149,161); }

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