#F2939B

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

Shades of Wewak #F2939B

Tints of Wewak #F2939B

Color information

#F2939B (or 0xF2939B) is unknown color: approx Wewak. HEX triplet: F2, 93 and 9B. RGB value is (242,147,155). Sum of RGB (Red+Green+Blue) = 242+147+155=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2939B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2939B is #0D6C64. Grayscale: #B0B0B0. Windows color (decimal): -879717 or 10195954. OLE color: 10195954.

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

Color convert

RGB242147155-
CMYK00.390.360.05
HSL354.95º78.51%76.27%-
HSV(B)354.95º39.26%94.9%-
XYZ52.9742.1136.35-
YUV176.32115.97174.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=44.49%
G=27.02%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214715500.390.360.05354.9578.5176.27
HexF2939B0272451634f4c
Octal362223233047445543117114
Binary111100101001001110011011010011110010010110110001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2939B; }

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

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

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

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

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

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

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

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