#FF949A

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

Shades of Wewak #FF949A

Tints of Wewak #FF949A

Color information

#FF949A (or 0xFF949A) is unknown color: approx Wewak. HEX triplet: FF, 94 and 9A. RGB value is (255,148,154). Sum of RGB (Red+Green+Blue) = 255+148+154=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF949A is #006B65. Grayscale: #B4B4B4. Windows color (decimal): -27494 or 10130687. OLE color: 10130687.

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

Color convert

RGB255148154-
CMYK00.420.400
HSL356.64º100%79.02%-
HSV(B)356.64º41.96%100%-
XYZ57.6644.7736.17-
YUV180.68112.95181.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=45.78%
G=26.57%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514815400.420.400356.6410079.02
HexFF949A02A280165644f
Octal377224232052500545144117
Binary1111111110010100100110100101010101000010110010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF949A; }

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

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

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

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

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

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

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

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