#F9959E

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

Shades of Wewak #F9959E

Tints of Wewak #F9959E

Color information

#F9959E (or 0xF9959E) is unknown color: approx Wewak. HEX triplet: F9, 95 and 9E. RGB value is (249,149,158). Sum of RGB (Red+Green+Blue) = 249+149+158=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9959E is #066A61. Grayscale: #B3B3B3. Windows color (decimal): -420450 or 10393081. OLE color: 10393081.

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

Color convert

RGB249149158-
CMYK00.400.370.02
HSL354.6º89.29%78.04%-
HSV(B)354.6º40.16%97.65%-
XYZ55.9944.137.91-
YUV179.93115.63177.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.78%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=44.78%
G=26.80%
B=28.42%

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
Decimal24914915800.400.370.02354.689.2978.04
HexF9959E028252163594e
Octal371225236050452543131116
Binary11111001100101011001111001010001001011010110001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9959E; }

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

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

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

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

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

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

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

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