#F99AA0

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

Shades of Wewak #F99AA0

Tints of Wewak #F99AA0

Color information

#F99AA0 (or 0xF99AA0) is unknown color: approx Wewak. HEX triplet: F9, 9A and A0. RGB value is (249,154,160). Sum of RGB (Red+Green+Blue) = 249+154+160=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99AA0 is #06655F. Grayscale: #B7B7B7. Windows color (decimal): -419168 or 10525433. OLE color: 10525433.

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

Color convert

RGB249154160-
CMYK00.380.360.02
HSL356.21º88.79%79.02%-
HSV(B)356.21º38.15%97.65%-
XYZ56.9745.7939.09-
YUV183.09114.97175.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=44.23%
G=27.35%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915416000.380.360.02356.2188.7979.02
HexF99AA0026242164594f
Octal371232240046442544131117
Binary11111001100110101010000001001101001001010110010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99AA0; }

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

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

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

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

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

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

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

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