#F99697

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

Shades of Wewak #F99697

Tints of Wewak #F99697

Color information

#F99697 (or 0xF99697) is unknown color: approx Wewak. HEX triplet: F9, 96 and 97. RGB value is (249,150,151). Sum of RGB (Red+Green+Blue) = 249+150+151=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F99697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99697 is #066968. Grayscale: #B3B3B3. Windows color (decimal): -420201 or 9934585. OLE color: 9934585.

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

Color convert

RGB249150151-
CMYK00.400.390.02
HSL359.39º89.19%78.24%-
HSV(B)359.39º39.76%97.65%-
XYZ55.5644.1934.88-
YUV179.71111.8177.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=45.27%
G=27.27%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915015100.400.390.02359.3989.1978.24
HexF99697028272167594e
Octal371226227050472547131116
Binary11111001100101101001011101010001001111010110011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99697; }

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

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

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

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

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

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

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

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