#FF9499

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

Shades of Wewak #FF9499

Tints of Wewak #FF9499

Color information

#FF9499 (or 0xFF9499) is unknown color: approx Wewak. HEX triplet: FF, 94 and 99. RGB value is (255,148,153). Sum of RGB (Red+Green+Blue) = 255+148+153=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9499 is #006B66. Grayscale: #B4B4B4. Windows color (decimal): -27495 or 10065151. OLE color: 10065151.

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

Color convert

RGB255148153-
CMYK00.420.40
HSL357.2º100%79.02%-
HSV(B)357.2º41.96%100%-
XYZ57.5844.7435.74-
YUV180.56112.45181.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=45.86%
G=26.62%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514815300.420.40357.210079.02
HexFF949902A280165644f
Octal377224231052500545144117
Binary1111111110010100100110010101010101000010110010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9499; }

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

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

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

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

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

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

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

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