#F38EA0

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

Shades of Wewak #F38EA0

Tints of Wewak #F38EA0

Color information

#F38EA0 (or 0xF38EA0) is unknown color: approx Wewak. HEX triplet: F3, 8E and A0. RGB value is (243,142,160). Sum of RGB (Red+Green+Blue) = 243+142+160=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38EA0 is #0C715F. Grayscale: #AEAEAE. Windows color (decimal): -815456 or 10522355. OLE color: 10522355.

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

Color convert

RGB243142160-
CMYK00.420.340.05
HSL349.31º80.8%75.49%-
HSV(B)349.31º41.56%95.29%-
XYZ52.9840.9438.37-
YUV174.25119.96177.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.59%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=44.59%
G=26.06%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314216000.420.340.05349.3180.875.49
HexF38EA002A22515d514b
Octal363216240052425535121113
Binary111100111000111010100000010101010001010110101110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38EA0; }

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

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

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

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

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

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

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

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