#F48E9B

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

Shades of Wewak #F48E9B

Tints of Wewak #F48E9B

Color information

#F48E9B (or 0xF48E9B) is unknown color: approx Wewak. HEX triplet: F4, 8E and 9B. RGB value is (244,142,155). Sum of RGB (Red+Green+Blue) = 244+142+155=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48E9B is #0B7164. Grayscale: #AEAEAE. Windows color (decimal): -749925 or 10194676. OLE color: 10194676.

HSL color Cylindrical-coordinate representation of color #F48E9B: hue angle of 352.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48E9B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB244142155-
CMYK00.420.360.04
HSL352.35º82.26%75.69%-
HSV(B)352.35º41.8%95.69%-
XYZ52.940.9536.13-
YUV173.98117.29177.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.10%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=45.10%
G=26.25%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414215500.420.360.04352.3582.2675.69
HexF48E9B02A244160524c
Octal364216233052444540122114
Binary111101001000111010011011010101010010010010110000010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48E9B; }

 p { color: rgb(244,142,155); }

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

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

 a { background-color: rgb(244,142,155); }

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

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

 span { border-color: rgb(244,142,155); }

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