#F9959B

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

Shades of Wewak #F9959B

Tints of Wewak #F9959B

Color information

#F9959B (or 0xF9959B) is unknown color: approx Wewak. HEX triplet: F9, 95 and 9B. RGB value is (249,149,155). Sum of RGB (Red+Green+Blue) = 249+149+155=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F9959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9959B is #066A64. Grayscale: #B3B3B3. Windows color (decimal): -420453 or 10196473. OLE color: 10196473.

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

Color convert

RGB249149155-
CMYK00.400.380.02
HSL356.4º89.29%78.04%-
HSV(B)356.4º40.16%97.65%-
XYZ55.734436.57-
YUV179.58114.13177.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.03%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=45.03%
G=26.94%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914915500.400.380.02356.489.2978.04
HexF9959B028262164594e
Octal371225233050462544131116
Binary11111001100101011001101101010001001101010110010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9959B; }

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

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

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

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

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

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

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

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