#F38B9D

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

Shades of Wewak #F38B9D

Tints of Wewak #F38B9D

Color information

#F38B9D (or 0xF38B9D) is unknown color: approx Wewak. HEX triplet: F3, 8B and 9D. RGB value is (243,139,157). Sum of RGB (Red+Green+Blue) = 243+139+157=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38B9D is #0C7462. Grayscale: #ACACAC. Windows color (decimal): -816227 or 10324979. OLE color: 10324979.

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

Color convert

RGB243139157-
CMYK00.430.350.05
HSL349.62º81.25%74.9%-
HSV(B)349.62º42.8%95.29%-
XYZ52.2839.9536.85-
YUV172.15119.46178.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.08%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=45.08%
G=25.79%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313915700.430.350.05349.6281.2574.9
HexF38B9D02B23515e514b
Octal363213235053435536121113
Binary111100111000101110011101010101110001110110101111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38B9D; }

 p { color: rgb(243,139,157); }

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

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

 a { background-color: rgb(243,139,157); }

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

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

 span { border-color: rgb(243,139,157); }

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