#F48A9E

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

Shades of Wewak #F48A9E

Tints of Wewak #F48A9E

Color information

#F48A9E (or 0xF48A9E) is unknown color: approx Wewak. HEX triplet: F4, 8A and 9E. RGB value is (244,138,158). Sum of RGB (Red+Green+Blue) = 244+138+158=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48A9E is #0B7561. Grayscale: #ACACAC. Windows color (decimal): -750946 or 10390260. OLE color: 10390260.

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

Color convert

RGB244138158-
CMYK00.430.350.04
HSL348.68º82.81%74.9%-
HSV(B)348.68º43.44%95.69%-
XYZ52.5739.8837.27-
YUV171.97120.12179.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.19%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=45.19%
G=25.56%
B=29.26%

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
Decimal24413815800.430.350.04348.6882.8174.9
HexF48A9E02B23415d534b
Octal364212236053434535123113
Binary111101001000101010011110010101110001110010101110110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48A9E; }

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

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

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

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

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

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

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

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