#f48e93

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

Shades of Wewak #F48E93

Tints of Wewak #F48E93

Color information

#F48E93 (or 0xF48E93) is unknown color: approx Wewak. HEX triplet: F4, 8E and 93. RGB value is (244,142,147). Sum of RGB (Red+Green+Blue) = 244+142+147=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48E93 is #0B716C. Grayscale: #ADADAD. Windows color (decimal): -749933 or 9670388. OLE color: 9670388.

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

Color convert

RGB244142147-
CMYK00.420.400.04
HSL357.06º82.26%75.69%-
HSV(B)357.06º41.8%95.69%-
XYZ52.2540.6932.7-
YUV173.07113.29178.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.78%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=45.78%
G=26.64%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414214700.420.400.04357.0682.2675.69
HexF48E9302A284165524c
Octal364216223052504545122114
Binary111101001000111010010011010101010100010010110010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48e93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48e93; }

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

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

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

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

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

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

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

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