#FF959A

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

Shades of Wewak #FF959A

Tints of Wewak #FF959A

Color information

#FF959A (or 0xFF959A) is unknown color: approx Wewak. HEX triplet: FF, 95 and 9A. RGB value is (255,149,154). Sum of RGB (Red+Green+Blue) = 255+149+154=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF959A is #006A65. Grayscale: #B5B5B5. Windows color (decimal): -27238 or 10130943. OLE color: 10130943.

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

Color convert

RGB255149154-
CMYK00.420.400
HSL357.17º100%79.22%-
HSV(B)357.17º41.57%100%-
XYZ57.8245.0936.23-
YUV181.26112.62180.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=45.70%
G=26.70%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514915400.420.400357.1710079.22
HexFF959A02A280165644f
Octal377225232052500545144117
Binary1111111110010101100110100101010101000010110010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF959A; }

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

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

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

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

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

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

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

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