Html Css Color HEX #FF838A Wewak

📋 copy color: '#FF838A'

red 255 ◦ green 131 ◦ blue 138

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

Shades of Wewak #FF838A

Tints of Wewak #FF838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 48.66%
G = 25%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF838A (or 0xFF838A) is known color: Wewak. HEX triplet: FF, 83 and 8A. RGB value is (255,131,138). Sum of RGB (Red+Green+Blue) = 255+131+138=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF838A is #007C75. Grayscale: #A8A8A8. Windows color (decimal): -31862 or 9077759. OLE color: 9077759.

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

Color convert

RGB 255 131 138 -
CMYK 0 0.49 0.46 0
HSL 356.61º 1% 0.76% -
HSV(B) 356.61º 0.49% 1% -
XYZ 53.94 39.33 28.79 -
YUV 168.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 255 131 138 0 0.49 0.46 0 356.61 1 0.76
Hex FF 83 8A 0 31 2E 0 165 64 4C
Octal 377 203 212 0 61 56 0 545 144 114
Binary 11111111 10000011 10001010 0 110001 101110 0 101100101 1100100 1001100

Color Harmonies of #FF838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF838A

Black with #FF838A

Text Example


Text Example

White with #FF838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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