#FF858A

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

Shades of Wewak #FF858A

Tints of Wewak #FF858A

Color information

#FF858A (or 0xFF858A) is unknown color: approx Wewak. HEX triplet: FF, 85 and 8A. RGB value is (255,133,138). Sum of RGB (Red+Green+Blue) = 255+133+138=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF858A is #007A75. Grayscale: #AAAAAA. Windows color (decimal): -31350 or 9078271. OLE color: 9078271.

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

Color convert

RGB255133138-
CMYK00.480.460
HSL357.54º100%76.08%-
HSV(B)357.54º47.84%100%-
XYZ54.2139.8728.88-
YUV170.05109.92188.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=48.48%
G=25.29%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513313800.480.460357.5410076.08
HexFF858A0302E0166644c
Octal377205212060560546144114
Binary1111111110000101100010100110000101110010110011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF858A; }

 p { color: rgb(255,133,138); }

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

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

 a { background-color: rgb(255,133,138); }

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

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

 span { border-color: rgb(255,133,138); }

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