#F58F94

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

Shades of Wewak #F58F94

Tints of Wewak #F58F94

Color information

#F58F94 (or 0xF58F94) is unknown color: approx Wewak. HEX triplet: F5, 8F and 94. RGB value is (245,143,148). Sum of RGB (Red+Green+Blue) = 245+143+148=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F94 is #0A706B. Grayscale: #AEAEAE. Windows color (decimal): -684140 or 9736181. OLE color: 9736181.

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

Color convert

RGB245143148-
CMYK00.420.400.04
HSL357.06º83.61%76.08%-
HSV(B)357.06º41.63%96.08%-
XYZ52.8241.233.18-
YUV174.07113.29178.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.71%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 148 (58.20% from 255) = 27.61%
R=45.71%
G=26.68%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514314800.420.400.04357.0683.6176.08
HexF58F9402A284165544c
Octal365217224052504545124114
Binary111101011000111110010100010101010100010010110010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58F94; }

 p { color: rgb(245,143,148); }

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

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

 a { background-color: rgb(245,143,148); }

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

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

 span { border-color: rgb(245,143,148); }

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