#F0959A

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

Shades of Wewak #F0959A

Tints of Wewak #F0959A

Color information

#F0959A (or 0xF0959A) is unknown color: approx Wewak. HEX triplet: F0, 95 and 9A. RGB value is (240,149,154). Sum of RGB (Red+Green+Blue) = 240+149+154=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0959A is #0F6A65. Grayscale: #B0B0B0. Windows color (decimal): -1010278 or 10130928. OLE color: 10130928.

HSL color Cylindrical-coordinate representation of color #F0959A: hue angle of 356.7º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0959A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240149154-
CMYK00.380.360.06
HSL356.7º75.21%76.27%-
HSV(B)356.7º37.92%94.12%-
XYZ52.5242.3535.98-
YUV176.78115.15173.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=44.20%
G=27.44%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014915400.380.360.06356.775.2176.27
HexF0959A0262461654b4c
Octal360225232046446545113114
Binary111100001001010110011010010011010010011010110010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0959A; }

 p { color: rgb(240,149,154); }

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

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

 a { background-color: rgb(240,149,154); }

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

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

 span { border-color: rgb(240,149,154); }

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