#F98C97

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

Shades of Wewak #F98C97

Tints of Wewak #F98C97

Color information

#F98C97 (or 0xF98C97) is unknown color: approx Wewak. HEX triplet: F9, 8C and 97. RGB value is (249,140,151). Sum of RGB (Red+Green+Blue) = 249+140+151=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C97 is #067368. Grayscale: #ADADAD. Windows color (decimal): -422761 or 9932025. OLE color: 9932025.

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

Color convert

RGB249140151-
CMYK00.440.390.02
HSL353.94º90.08%76.27%-
HSV(B)353.94º43.78%97.65%-
XYZ54.0341.1334.37-
YUV173.84115.11181.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=46.11%
G=25.93%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914015100.440.390.02353.9490.0876.27
HexF98C9702C2721625a4c
Octal371214227054472542132114
Binary11111001100011001001011101011001001111010110001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C97; }

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

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

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

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

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

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

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

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