Html Css Color HEX #FF8385 Wewak

📋 copy color: '#FF8385'

red 255 ◦ green 131 ◦ blue 133

#FF8385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #FF8385

Tints of Wewak #FF8385

RGB

 RED value IS 255 (100% from 255) = 49.13%

 GREEN value IS 131 (51.56% from 255) = 25.24%

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 49.13%
G = 25.24%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF8385 (or 0xFF8385) is known color: Wewak. HEX triplet: FF, 83 and 85. RGB value is (255,131,133). Sum of RGB (Red+Green+Blue) = 255+131+133=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8385 is #007C7A. Grayscale: #A8A8A8. Windows color (decimal): -31867 or 8750079. OLE color: 8750079.

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

Color convert

RGB 255 131 133 -
CMYK 0 0.49 0.48 0
HSL 359.03º 1% 0.76% -
HSV(B) 359.03º 0.49% 1% -
XYZ 53.59 39.19 26.93 -
YUV 168.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 255 131 133 0 0.49 0.48 0 359.03 1 0.76
Hex FF 83 85 0 31 30 0 167 64 4C
Octal 377 203 205 0 61 60 0 547 144 114
Binary 11111111 10000011 10000101 0 110001 110000 0 101100111 1100100 1001100

Color Harmonies of #FF8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8385

Black with #FF8385

Text Example


Text Example

White with #FF8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8385; }

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

 H1.HeaderClassName
 {
   color: #FF8385;
 }
 .AnyTagClassName
 {
   color: #FF8385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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