#FF9299

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

Shades of Wewak #FF9299

Tints of Wewak #FF9299

Color information

#FF9299 (or 0xFF9299) is unknown color: approx Wewak. HEX triplet: FF, 92 and 99. RGB value is (255,146,153). Sum of RGB (Red+Green+Blue) = 255+146+153=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9299 is #006D66. Grayscale: #B3B3B3. Windows color (decimal): -28007 or 10064639. OLE color: 10064639.

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

Color convert

RGB255146153-
CMYK00.430.40
HSL356.15º100%78.63%-
HSV(B)356.15º42.75%100%-
XYZ57.2744.1235.63-
YUV179.39113.11181.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=46.03%
G=26.35%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514615300.430.40356.1510078.63
HexFF929902B280164644f
Octal377222231053500544144117
Binary1111111110010010100110010101011101000010110010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9299; }

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

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

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

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

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

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

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

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