#F6959A

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

Shades of Wewak #F6959A

Tints of Wewak #F6959A

Color information

#F6959A (or 0xF6959A) is unknown color: approx Wewak. HEX triplet: F6, 95 and 9A. RGB value is (246,149,154). Sum of RGB (Red+Green+Blue) = 246+149+154=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6959A is #096A65. Grayscale: #B2B2B2. Windows color (decimal): -617062 or 10130934. OLE color: 10130934.

HSL color Cylindrical-coordinate representation of color #F6959A: hue angle of 356.91º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6959A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB246149154-
CMYK00.390.370.04
HSL356.91º84.35%77.45%-
HSV(B)356.91º39.43%96.47%-
XYZ54.5943.4236.08-
YUV178.57114.14176.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.81%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 154 (60.55% from 255) = 28.05%
R=44.81%
G=27.14%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614915400.390.370.04356.9184.3577.45
HexF6959A027254165544d
Octal366225232047454545124115
Binary111101101001010110011010010011110010110010110010110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6959A; }

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

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

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

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

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

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

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

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