#F98C9B

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

Shades of Wewak #F98C9B

Tints of Wewak #F98C9B

Color information

#F98C9B (or 0xF98C9B) is unknown color: approx Wewak. HEX triplet: F9, 8C and 9B. RGB value is (249,140,155). Sum of RGB (Red+Green+Blue) = 249+140+155=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C9B is #067364. Grayscale: #AEAEAE. Windows color (decimal): -422757 or 10194169. OLE color: 10194169.

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

Color convert

RGB249140155-
CMYK00.440.380.02
HSL351.74º90.08%76.27%-
HSV(B)351.74º43.78%97.65%-
XYZ54.3641.2636.11-
YUV174.3117.11181.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 140 (55.08% from 255) = 25.74%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=45.77%
G=25.74%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914015500.440.380.02351.7490.0876.27
HexF98C9B02C2621605a4c
Octal371214233054462540132114
Binary11111001100011001001101101011001001101010110000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C9B; }

 p { color: rgb(249,140,155); }

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

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

 a { background-color: rgb(249,140,155); }

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

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

 span { border-color: rgb(249,140,155); }

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