#FF8A94

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

Shades of Wewak #FF8A94

Tints of Wewak #FF8A94

Color information

#FF8A94 (or 0xFF8A94) is unknown color: approx Wewak. HEX triplet: FF, 8A and 94. RGB value is (255,138,148). Sum of RGB (Red+Green+Blue) = 255+138+148=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8A94 is #00756B. Grayscale: #AEAEAE. Windows color (decimal): -30060 or 9734911. OLE color: 9734911.

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

Color convert

RGB255138148-
CMYK00.460.420
HSL354.87º100%77.06%-
HSV(B)354.87º45.88%100%-
XYZ55.6741.5833.11-
YUV174.12113.26185.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=47.13%
G=25.51%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513814800.460.420354.8710077.06
HexFF8A9402E2A0163644d
Octal377212224056520543144115
Binary1111111110001010100101000101110101010010110001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A94; }

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

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

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

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

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

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

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

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