#FF8390

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

Shades of Wewak #FF8390

Tints of Wewak #FF8390

Color information

#FF8390 (or 0xFF8390) is unknown color: approx Wewak. HEX triplet: FF, 83 and 90. RGB value is (255,131,144). Sum of RGB (Red+Green+Blue) = 255+131+144=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8390 is #007C6F. Grayscale: #A9A9A9. Windows color (decimal): -31856 or 9470975. OLE color: 9470975.

HSL color Cylindrical-coordinate representation of color #FF8390: hue angle of 353.71º 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 #FF8390 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255131144-
CMYK00.490.440
HSL353.71º100%75.69%-
HSV(B)353.71º48.63%100%-
XYZ54.3939.5131.14-
YUV169.56113.58188.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 131 (51.56% from 255) = 24.72%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=48.11%
G=24.72%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513114400.490.440353.7110075.69
HexFF83900312C0162644c
Octal377203220061540542144114
Binary1111111110000011100100000110001101100010110001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8390; }

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

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

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

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

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

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

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

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