#F98B9F

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

Shades of Wewak #F98B9F

Tints of Wewak #F98B9F

Color information

#F98B9F (or 0xF98B9F) is unknown color: approx Wewak. HEX triplet: F9, 8B and 9F. RGB value is (249,139,159). Sum of RGB (Red+Green+Blue) = 249+139+159=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98B9F is #067460. Grayscale: #AEAEAE. Windows color (decimal): -423009 or 10456057. OLE color: 10456057.

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

Color convert

RGB249139159-
CMYK00.440.360.02
HSL349.09º90.16%76.08%-
HSV(B)349.09º44.18%97.65%-
XYZ54.5641.1137.86-
YUV174.17119.44181.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=45.52%
G=25.41%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913915900.440.360.02349.0990.1676.08
HexF98B9F02C24215d5a4c
Octal371213237054442535132114
Binary11111001100010111001111101011001001001010101110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98B9F; }

 p { color: rgb(249,139,159); }

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

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

 a { background-color: rgb(249,139,159); }

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

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

 span { border-color: rgb(249,139,159); }

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