#F58C93

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

Shades of Wewak #F58C93

Tints of Wewak #F58C93

Color information

#F58C93 (or 0xF58C93) is unknown color: approx Wewak. HEX triplet: F5, 8C and 93. RGB value is (245,140,147). Sum of RGB (Red+Green+Blue) = 245+140+147=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58C93 is #0A736C. Grayscale: #ACACAC. Windows color (decimal): -684909 or 9669877. OLE color: 9669877.

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

Color convert

RGB245140147-
CMYK00.430.40.04
HSL356º84%75.49%-
HSV(B)356º42.86%96.08%-
XYZ52.340.2832.62-
YUV172.19113.79179.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=46.05%
G=26.32%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514014700.430.40.043568475.49
HexF58C9302B284164544b
Octal365214223053504544124113
Binary111101011000110010010011010101110100010010110010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58C93; }

 p { color: rgb(245,140,147); }

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

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

 a { background-color: rgb(245,140,147); }

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

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

 span { border-color: rgb(245,140,147); }

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