#F48E94

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

Shades of Wewak #F48E94

Tints of Wewak #F48E94

Color information

#F48E94 (or 0xF48E94) is unknown color: approx Wewak. HEX triplet: F4, 8E and 94. RGB value is (244,142,148). Sum of RGB (Red+Green+Blue) = 244+142+148=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48E94 is #0B716B. Grayscale: #ADADAD. Windows color (decimal): -749932 or 9735924. OLE color: 9735924.

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

Color convert

RGB244142148-
CMYK00.420.390.04
HSL356.47º82.26%75.69%-
HSV(B)356.47º41.8%95.69%-
XYZ52.3340.7233.12-
YUV173.18113.79178.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.69%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=45.69%
G=26.59%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414214800.420.390.04356.4782.2675.69
HexF48E9402A274164524c
Octal364216224052474544122114
Binary111101001000111010010100010101010011110010110010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48E94; }

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

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

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

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

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

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

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

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