#F998A0

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

Shades of Wewak #F998A0

Tints of Wewak #F998A0

Color information

#F998A0 (or 0xF998A0) is unknown color: approx Wewak. HEX triplet: F9, 98 and A0. RGB value is (249,152,160). Sum of RGB (Red+Green+Blue) = 249+152+160=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F998A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F998A0 is #06675F. Grayscale: #B5B5B5. Windows color (decimal): -419680 or 10524921. OLE color: 10524921.

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

Color convert

RGB249152160-
CMYK00.390.360.02
HSL355.05º88.99%78.63%-
HSV(B)355.05º38.96%97.65%-
XYZ56.6445.1338.98-
YUV181.92115.64175.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.39%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 160 (62.89% from 255) = 28.52%
R=44.39%
G=27.09%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915216000.390.360.02355.0588.9978.63
HexF998A0027242163594f
Octal371230240047442543131117
Binary11111001100110001010000001001111001001010110001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998A0; }

 p { color: rgb(249,152,160); }

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

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

 a { background-color: rgb(249,152,160); }

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

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

 span { border-color: rgb(249,152,160); }

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