#F5848A

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

Shades of Wewak #F5848A

Tints of Wewak #F5848A

Color information

#F5848A (or 0xF5848A) is unknown color: approx Wewak. HEX triplet: F5, 84 and 8A. RGB value is (245,132,138). Sum of RGB (Red+Green+Blue) = 245+132+138=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5848A is #0A7B75. Grayscale: #A6A6A6. Windows color (decimal): -686966 or 9078005. OLE color: 9078005.

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

Color convert

RGB245132138-
CMYK00.460.440.04
HSL356.81º84.96%73.92%-
HSV(B)356.81º46.12%96.08%-
XYZ50.4937.7528.67-
YUV166.47111.94184.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=47.57%
G=25.63%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513213800.460.440.04356.8184.9673.92
HexF5848A02E2C4165554a
Octal365204212056544545125112
Binary111101011000010010001010010111010110010010110010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5848A; }

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

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

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

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

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

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

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

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