#F48C9E

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

Shades of Wewak #F48C9E

Tints of Wewak #F48C9E

Color information

#F48C9E (or 0xF48C9E) is unknown color: approx Wewak. HEX triplet: F4, 8C and 9E. RGB value is (244,140,158). Sum of RGB (Red+Green+Blue) = 244+140+158=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48C9E is #0B7361. Grayscale: #ADADAD. Windows color (decimal): -750434 or 10390772. OLE color: 10390772.

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

Color convert

RGB244140158-
CMYK00.430.350.04
HSL349.62º82.54%75.29%-
HSV(B)349.62º42.62%95.69%-
XYZ52.8640.4637.37-
YUV173.15119.46178.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.02%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=45.02%
G=25.83%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414015800.430.350.04349.6282.5475.29
HexF48C9E02B23415e534b
Octal364214236053434536123113
Binary111101001000110010011110010101110001110010101111010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48C9E; }

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

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

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

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

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

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

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

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