#F996A0

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

Shades of Wewak #F996A0

Tints of Wewak #F996A0

Color information

#F996A0 (or 0xF996A0) is unknown color: approx Wewak. HEX triplet: F9, 96 and A0. RGB value is (249,150,160). Sum of RGB (Red+Green+Blue) = 249+150+160=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F996A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F996A0 is #06695F. Grayscale: #B4B4B4. Windows color (decimal): -420192 or 10524409. OLE color: 10524409.

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

Color convert

RGB249150160-
CMYK00.400.360.02
HSL353.94º89.19%78.24%-
HSV(B)353.94º39.76%97.65%-
XYZ56.3244.4938.88-
YUV180.74116.3176.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=44.54%
G=26.83%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915016000.400.360.02353.9489.1978.24
HexF996A0028242162594e
Octal371226240050442542131116
Binary11111001100101101010000001010001001001010110001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996A0; }

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

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

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

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

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

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

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

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