#F2969B

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

Shades of Wewak #F2969B

Tints of Wewak #F2969B

Color information

#F2969B (or 0xF2969B) is unknown color: approx Wewak. HEX triplet: F2, 96 and 9B. RGB value is (242,150,155). Sum of RGB (Red+Green+Blue) = 242+150+155=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2969B is #0D6964. Grayscale: #B2B2B2. Windows color (decimal): -878949 or 10196722. OLE color: 10196722.

HSL color Cylindrical-coordinate representation of color #F2969B: hue angle of 356.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2969B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242150155-
CMYK00.380.360.05
HSL356.74º77.97%76.86%-
HSV(B)356.74º38.02%94.9%-
XYZ53.4443.0636.5-
YUV178.08114.98173.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=44.24%
G=27.42%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215015500.380.360.05356.7477.9776.86
HexF2969B0262451654e4d
Octal362226233046445545116115
Binary111100101001011010011011010011010010010110110010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2969B; }

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

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

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

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

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

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

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

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