#F48B95

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

Shades of Wewak #F48B95

Tints of Wewak #F48B95

Color information

#F48B95 (or 0xF48B95) is unknown color: approx Wewak. HEX triplet: F4, 8B and 95. RGB value is (244,139,149). Sum of RGB (Red+Green+Blue) = 244+139+149=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48B95 is #0B746A. Grayscale: #ABABAB. Windows color (decimal): -750699 or 9800692. OLE color: 9800692.

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

Color convert

RGB244139149-
CMYK00.430.390.04
HSL354.29º82.68%75.1%-
HSV(B)354.29º43.03%95.69%-
XYZ51.9739.8733.39-
YUV171.53115.29179.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.86%
GREEN value IS 139 (54.69% from 255) = 26.13%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=45.86%
G=26.13%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413914900.430.390.04354.2982.6875.1
HexF48B9502B274162534b
Octal364213225053474542123113
Binary111101001000101110010101010101110011110010110001010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48B95; }

 p { color: rgb(244,139,149); }

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

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

 a { background-color: rgb(244,139,149); }

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

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

 span { border-color: rgb(244,139,149); }

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