#f0969b

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

Shades of Wewak #F0969B

Tints of Wewak #F0969B

Color information

#F0969B (or 0xF0969B) is unknown color: approx Wewak. HEX triplet: F0, 96 and 9B. RGB value is (240,150,155). Sum of RGB (Red+Green+Blue) = 240+150+155=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0969B is #0F6964. Grayscale: #B1B1B1. Windows color (decimal): -1010021 or 10196720. OLE color: 10196720.

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

Color convert

RGB240150155-
CMYK00.370.350.06
HSL356.67º75%76.47%-
HSV(B)356.67º37.5%94.12%-
XYZ52.7642.736.47-
YUV177.48115.32172.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=44.04%
G=27.52%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015015500.370.350.06356.677576.47
HexF0969B0252361654b4c
Octal360226233045436545113114
Binary111100001001011010011011010010110001111010110010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0969b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0969b; }

 p { color: rgb(240,150,155); }

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

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

 a { background-color: rgb(240,150,155); }

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

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

 span { border-color: rgb(240,150,155); }

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