#F99A9B

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

Shades of Wewak #F99A9B

Tints of Wewak #F99A9B

Color information

#F99A9B (or 0xF99A9B) is unknown color: approx Wewak. HEX triplet: F9, 9A and 9B. RGB value is (249,154,155). Sum of RGB (Red+Green+Blue) = 249+154+155=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99A9B is #066564. Grayscale: #B6B6B6. Windows color (decimal): -419173 or 10197753. OLE color: 10197753.

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

Color convert

RGB249154155-
CMYK00.380.380.02
HSL359.37º88.79%79.02%-
HSV(B)359.37º38.15%97.65%-
XYZ56.5445.6236.84-
YUV182.52112.47175.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.62%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=44.62%
G=27.60%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915415500.380.380.02359.3788.7979.02
HexF99A9B026262167594f
Octal371232233046462547131117
Binary11111001100110101001101101001101001101010110011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99A9B; }

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

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

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

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

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

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

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

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