Html Css Color HEX #FF8595 Wewak

📋 copy color: '#FF8595'

red 255 ◦ green 133 ◦ blue 149

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

Shades of Wewak #FF8595

Tints of Wewak #FF8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.77%

 BLUE value IS 149 (58.59% from 255) = 27.75%

R = 47.49%
G = 24.77%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF8595 (or 0xFF8595) is known color: Wewak. HEX triplet: FF, 85 and 95. RGB value is (255,133,149). Sum of RGB (Red+Green+Blue) = 255+133+149=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8595 is #007A6A. Grayscale: #ABABAB. Windows color (decimal): -31339 or 9799167. OLE color: 9799167.

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

Color convert

RGB 255 133 149 -
CMYK 0 0.48 0.42 0
HSL 352.13º 1% 0.76% -
HSV(B) 352.13º 0.48% 1% -
XYZ 55.05 40.2 33.29 -
YUV 171.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 255 133 149 0 0.48 0.42 0 352.13 1 0.76
Hex FF 85 95 0 30 2A 0 160 64 4C
Octal 377 205 225 0 60 52 0 540 144 114
Binary 11111111 10000101 10010101 0 110000 101010 0 101100000 1100100 1001100

Color Harmonies of #FF8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8595

Black with #FF8595

Text Example


Text Example

White with #FF8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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