#F48C93

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

Shades of Wewak #F48C93

Tints of Wewak #F48C93

Color information

#F48C93 (or 0xF48C93) is unknown color: approx Wewak. HEX triplet: F4, 8C and 93. RGB value is (244,140,147). Sum of RGB (Red+Green+Blue) = 244+140+147=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48C93 is #0B736C. Grayscale: #ABABAB. Windows color (decimal): -750445 or 9669876. OLE color: 9669876.

HSL color Cylindrical-coordinate representation of color #F48C93: hue angle of 355.96º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48C93 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB244140147-
CMYK00.430.400.04
HSL355.96º82.54%75.29%-
HSV(B)355.96º42.62%95.69%-
XYZ51.9540.132.6-
YUV171.89113.96179.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.95%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=45.95%
G=26.37%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414014700.430.400.04355.9682.5475.29
HexF48C9302B284164534b
Octal364214223053504544123113
Binary111101001000110010010011010101110100010010110010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48C93; }

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

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

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

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

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

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

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

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