#F29599

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

Shades of Wewak #F29599

Tints of Wewak #F29599

Color information

#F29599 (or 0xF29599) is unknown color: approx Wewak. HEX triplet: F2, 95 and 99. RGB value is (242,149,153). Sum of RGB (Red+Green+Blue) = 242+149+153=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F29599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29599 is #0D6A66. Grayscale: #B1B1B1. Windows color (decimal): -879207 or 10065394. OLE color: 10065394.

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

Color convert

RGB242149153-
CMYK00.380.370.05
HSL357.42º78.15%76.67%-
HSV(B)357.42º38.43%94.9%-
XYZ53.1242.6735.57-
YUV177.26114.31174.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 153 (60.16% from 255) = 28.12%
R=44.49%
G=27.39%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214915300.380.370.05357.4278.1576.67
HexF295990262551654e4d
Octal362225231046455545116115
Binary111100101001010110011001010011010010110110110010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29599; }

 p { color: rgb(242,149,153); }

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

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

 a { background-color: rgb(242,149,153); }

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

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

 span { border-color: rgb(242,149,153); }

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