#F69A9D

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

Shades of Wewak #F69A9D

Tints of Wewak #F69A9D

Color information

#F69A9D (or 0xF69A9D) is unknown color: approx Wewak. HEX triplet: F6, 9A and 9D. RGB value is (246,154,157). Sum of RGB (Red+Green+Blue) = 246+154+157=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A9D is #096562. Grayscale: #B5B5B5. Windows color (decimal): -615779 or 10328822. OLE color: 10328822.

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

Color convert

RGB246154157-
CMYK00.370.360.04
HSL358.04º83.64%78.43%-
HSV(B)358.04º37.4%96.47%-
XYZ55.6545.1437.68-
YUV181.85113.98173.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.17%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=44.17%
G=27.65%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615415700.370.360.04358.0483.6478.43
HexF69A9D025244166544e
Octal366232235045444546124116
Binary111101101001101010011101010010110010010010110011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69A9D; }

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

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

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

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

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

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

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

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