#F48EA0

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

Shades of Wewak #F48EA0

Tints of Wewak #F48EA0

Color information

#F48EA0 (or 0xF48EA0) is unknown color: approx Wewak. HEX triplet: F4, 8E and A0. RGB value is (244,142,160). Sum of RGB (Red+Green+Blue) = 244+142+160=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48EA0 is #0B715F. Grayscale: #AEAEAE. Windows color (decimal): -749920 or 10522356. OLE color: 10522356.

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

Color convert

RGB244142160-
CMYK00.420.340.04
HSL349.41º82.26%75.69%-
HSV(B)349.41º41.8%95.69%-
XYZ53.3341.1238.38-
YUV174.55119.79177.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.69%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=44.69%
G=26.01%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414216000.420.340.04349.4182.2675.69
HexF48EA002A22415d524c
Octal364216240052424535122114
Binary111101001000111010100000010101010001010010101110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48EA0; }

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

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

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

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

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

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

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

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