#F98991

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

Shades of Wewak #F98991

Tints of Wewak #F98991

Color information

#F98991 (or 0xF98991) is unknown color: approx Wewak. HEX triplet: F9, 89 and 91. RGB value is (249,137,145). Sum of RGB (Red+Green+Blue) = 249+137+145=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F98991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98991 is #06766E. Grayscale: #ABABAB. Windows color (decimal): -423535 or 9538041. OLE color: 9538041.

HSL color Cylindrical-coordinate representation of color #F98991: hue angle of 355.71º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98991 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB249137145-
CMYK00.450.420.02
HSL355.71º90.32%75.69%-
HSV(B)355.71º44.98%97.65%-
XYZ53.1240.0831.72-
YUV171.4113.11183.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.89%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=46.89%
G=25.80%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913714500.450.420.02355.7190.3275.69
HexF9899102D2A21645a4c
Octal371211221055522544132114
Binary11111001100010011001000101011011010101010110010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98991; }

 p { color: rgb(249,137,145); }

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

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

 a { background-color: rgb(249,137,145); }

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

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

 span { border-color: rgb(249,137,145); }

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