#F48F97

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

Shades of Wewak #F48F97

Tints of Wewak #F48F97

Color information

#F48F97 (or 0xF48F97) is unknown color: approx Wewak. HEX triplet: F4, 8F and 97. RGB value is (244,143,151). Sum of RGB (Red+Green+Blue) = 244+143+151=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48F97 is #0B7068. Grayscale: #AEAEAE. Windows color (decimal): -749673 or 9932788. OLE color: 9932788.

HSL color Cylindrical-coordinate representation of color #F48F97: hue angle of 355.25º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48F97 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB244143151-
CMYK00.410.380.04
HSL355.25º82.11%75.88%-
HSV(B)355.25º41.39%95.69%-
XYZ52.7241.1134.44-
YUV174.11114.96177.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.35%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 151 (59.38% from 255) = 28.07%
R=45.35%
G=26.58%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414315100.410.380.04355.2582.1175.88
HexF48F97029264163524c
Octal364217227051464543122114
Binary111101001000111110010111010100110011010010110001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48F97; }

 p { color: rgb(244,143,151); }

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

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

 a { background-color: rgb(244,143,151); }

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

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

 span { border-color: rgb(244,143,151); }

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