#FF949E

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

Shades of Wewak #FF949E

Tints of Wewak #FF949E

Color information

#FF949E (or 0xFF949E) is unknown color: approx Wewak. HEX triplet: FF, 94 and 9E. RGB value is (255,148,158). Sum of RGB (Red+Green+Blue) = 255+148+158=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF949E is #006B61. Grayscale: #B5B5B5. Windows color (decimal): -27490 or 10392831. OLE color: 10392831.

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

Color convert

RGB255148158-
CMYK00.420.380
HSL354.39º100%79.02%-
HSV(B)354.39º41.96%100%-
XYZ5844.9137.96-
YUV181.13114.95180.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 158 (62.11% from 255) = 28.16%
R=45.45%
G=26.38%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514815800.420.380354.3910079.02
HexFF949E02A260162644f
Octal377224236052460542144117
Binary1111111110010100100111100101010100110010110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF949E; }

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

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

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

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

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

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

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

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