#F9969E

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

Shades of Wewak #F9969E

Tints of Wewak #F9969E

Color information

#F9969E (or 0xF9969E) is unknown color: approx Wewak. HEX triplet: F9, 96 and 9E. RGB value is (249,150,158). Sum of RGB (Red+Green+Blue) = 249+150+158=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9969E is #066961. Grayscale: #B4B4B4. Windows color (decimal): -420194 or 10393337. OLE color: 10393337.

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

Color convert

RGB249150158-
CMYK00.400.370.02
HSL355.15º89.19%78.24%-
HSV(B)355.15º39.76%97.65%-
XYZ56.1444.4237.96-
YUV180.51115.3176.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=44.70%
G=26.93%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915015800.400.370.02355.1589.1978.24
HexF9969E028252163594e
Octal371226236050452543131116
Binary11111001100101101001111001010001001011010110001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9969E; }

 p { color: rgb(249,150,158); }

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

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

 a { background-color: rgb(249,150,158); }

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

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

 span { border-color: rgb(249,150,158); }

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