#f38e95

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

Shades of Wewak #F38E95

Tints of Wewak #F38E95

Color information

#F38E95 (or 0xF38E95) is unknown color: approx Wewak. HEX triplet: F3, 8E and 95. RGB value is (243,142,149). Sum of RGB (Red+Green+Blue) = 243+142+149=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38E95 is #0C716A. Grayscale: #ADADAD. Windows color (decimal): -815467 or 9801459. OLE color: 9801459.

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

Color convert

RGB243142149-
CMYK00.420.390.05
HSL355.84º80.8%75.49%-
HSV(B)355.84º41.56%95.29%-
XYZ52.0640.5733.52-
YUV173114.46177.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.51%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=45.51%
G=26.59%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314214900.420.390.05355.8480.875.49
HexF38E9502A275164514b
Octal363216225052475544121113
Binary111100111000111010010101010101010011110110110010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f38e95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f38e95; }

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

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

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

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

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

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

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

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