#F98B90

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

Shades of Wewak #F98B90

Tints of Wewak #F98B90

Color information

#F98B90 (or 0xF98B90) is unknown color: approx Wewak. HEX triplet: F9, 8B and 90. RGB value is (249,139,144). Sum of RGB (Red+Green+Blue) = 249+139+144=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98B90 is #06746F. Grayscale: #ACACAC. Windows color (decimal): -423024 or 9473017. OLE color: 9473017.

HSL color Cylindrical-coordinate representation of color #F98B90: hue angle of 357.27º 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 #F98B90 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB249139144-
CMYK00.440.420.02
HSL357.27º90.16%76.08%-
HSV(B)357.27º44.18%97.65%-
XYZ53.3340.6231.41-
YUV172.46111.94182.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 139 (54.69% from 255) = 26.13%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=46.80%
G=26.13%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913914400.440.420.02357.2790.1676.08
HexF98B9002C2A21655a4c
Octal371213220054522545132114
Binary11111001100010111001000001011001010101010110010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98B90; }

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

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

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

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

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

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

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

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