#FF8393

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

Shades of Wewak #FF8393

Tints of Wewak #FF8393

Color information

#FF8393 (or 0xFF8393) is unknown color: approx Wewak. HEX triplet: FF, 83 and 93. RGB value is (255,131,147). Sum of RGB (Red+Green+Blue) = 255+131+147=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8393 is #007C6C. Grayscale: #A9A9A9. Windows color (decimal): -31853 or 9667583. OLE color: 9667583.

HSL color Cylindrical-coordinate representation of color #FF8393: hue angle of 352.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8393 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255131147-
CMYK00.490.420
HSL352.26º100%75.69%-
HSV(B)352.26º48.63%100%-
XYZ54.6239.632.37-
YUV169.9115.08188.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=47.84%
G=24.58%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513114700.490.420352.2610075.69
HexFF83930312A0160644c
Octal377203223061520540144114
Binary1111111110000011100100110110001101010010110000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8393; }

 p { color: rgb(255,131,147); }

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

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

 a { background-color: rgb(255,131,147); }

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

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

 span { border-color: rgb(255,131,147); }

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