#F58A8D

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

Shades of Wewak #F58A8D

Tints of Wewak #F58A8D

Color information

#F58A8D (or 0xF58A8D) is unknown color: approx Wewak. HEX triplet: F5, 8A and 8D. RGB value is (245,138,141). Sum of RGB (Red+Green+Blue) = 245+138+141=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58A8D is #0A7572. Grayscale: #AAAAAA. Windows color (decimal): -685427 or 9276149. OLE color: 9276149.

HSL color Cylindrical-coordinate representation of color #F58A8D: hue angle of 358.32º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58A8D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245138141-
CMYK00.440.420.04
HSL358.32º84.25%75.1%-
HSV(B)358.32º43.67%96.08%-
XYZ51.5539.5130.11-
YUV170.34111.45181.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.76%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=46.76%
G=26.34%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513814100.440.420.04358.3284.2575.1
HexF58A8D02C2A4166544b
Octal365212215054524546124113
Binary111101011000101010001101010110010101010010110011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58A8D; }

 p { color: rgb(245,138,141); }

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

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

 a { background-color: rgb(245,138,141); }

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

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

 span { border-color: rgb(245,138,141); }

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