#F38DA0

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

Shades of Wewak #F38DA0

Tints of Wewak #F38DA0

Color information

#F38DA0 (or 0xF38DA0) is unknown color: approx Wewak. HEX triplet: F3, 8D and A0. RGB value is (243,141,160). Sum of RGB (Red+Green+Blue) = 243+141+160=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38DA0 is #0C725F. Grayscale: #ADADAD. Windows color (decimal): -815712 or 10522099. OLE color: 10522099.

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

Color convert

RGB243141160-
CMYK00.420.340.05
HSL348.82º80.95%75.29%-
HSV(B)348.82º41.98%95.29%-
XYZ52.8340.6438.32-
YUV173.66120.29177.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.67%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=44.67%
G=25.92%
B=29.41%

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
Decimal24314116000.420.340.05348.8280.9575.29
HexF38DA002A22515d514b
Octal363215240052425535121113
Binary111100111000110110100000010101010001010110101110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DA0; }

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

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

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

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

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

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

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

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