#F48385

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

Shades of Wewak #F48385

Tints of Wewak #F48385

Color information

#F48385 (or 0xF48385) is unknown color: approx Wewak. HEX triplet: F4, 83 and 85. RGB value is (244,131,133). Sum of RGB (Red+Green+Blue) = 244+131+133=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F48385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48385 is #0B7C7A. Grayscale: #A5A5A5. Windows color (decimal): -752763 or 8750068. OLE color: 8750068.

HSL color Cylindrical-coordinate representation of color #F48385: hue angle of 358.94º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F48385 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB244131133-
CMYK00.460.450.04
HSL358.94º83.7%73.53%-
HSV(B)358.94º46.31%95.69%-
XYZ49.6637.1626.75-
YUV165.02109.94184.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.03%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=48.03%
G=25.79%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413113300.460.450.04358.9483.773.53
HexF4838502E2D4167544a
Octal364203205056554547124112
Binary111101001000001110000101010111010110110010110011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48385; }

 p { color: rgb(244,131,133); }

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

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

 a { background-color: rgb(244,131,133); }

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

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

 span { border-color: rgb(244,131,133); }

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