#F99396

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

Shades of Wewak #F99396

Tints of Wewak #F99396

Color information

#F99396 (or 0xF99396) is unknown color: approx Wewak. HEX triplet: F9, 93 and 96. RGB value is (249,147,150). Sum of RGB (Red+Green+Blue) = 249+147+150=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F99396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99396 is #066C69. Grayscale: #B1B1B1. Windows color (decimal): -420970 or 9868281. OLE color: 9868281.

HSL color Cylindrical-coordinate representation of color #F99396: hue angle of 358.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99396 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249147150-
CMYK00.410.400.02
HSL358.24º89.47%77.65%-
HSV(B)358.24º40.96%97.65%-
XYZ55.0143.2134.3-
YUV177.84112.29178.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.60%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=45.60%
G=26.92%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914715000.410.400.02358.2489.4777.65
HexF99396029282166594e
Octal371223226051502546131116
Binary11111001100100111001011001010011010001010110011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99396; }

 p { color: rgb(249,147,150); }

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

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

 a { background-color: rgb(249,147,150); }

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

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

 span { border-color: rgb(249,147,150); }

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