Html Css Color HEX #FF8085 Wewak

📋 copy color: '#FF8085'

red 255 ◦ green 128 ◦ blue 133

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

Shades of Wewak #FF8085

Tints of Wewak #FF8085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.81%

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

R = 49.42%
G = 24.81%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF8085 (or 0xFF8085) is known color: Wewak. HEX triplet: FF, 80 and 85. RGB value is (255,128,133). Sum of RGB (Red+Green+Blue) = 255+128+133=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8085 is #007F7A. Grayscale: #A6A6A6. Windows color (decimal): -32635 or 8749311. OLE color: 8749311.

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

Color convert

RGB 255 128 133 -
CMYK 0 0.50 0.48 0
HSL 357.64º 1% 0.75% -
HSV(B) 357.64º 0.5% 1% -
XYZ 53.19 38.39 26.8 -
YUV 166.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 255 128 133 0 0.50 0.48 0 357.64 1 0.75
Hex FF 80 85 0 32 30 0 166 64 4B
Octal 377 200 205 0 62 60 0 546 144 113
Binary 11111111 10000000 10000101 0 110010 110000 0 101100110 1100100 1001011

Color Harmonies of #FF8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8085

Black with #FF8085

Text Example


Text Example

White with #FF8085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8085; }

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

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

background-color css

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

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

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

border-color css

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

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

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