#F29798

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

Shades of Wewak #F29798

Tints of Wewak #F29798

Color information

#F29798 (or 0xF29798) is unknown color: approx Wewak. HEX triplet: F2, 97 and 98. RGB value is (242,151,152). Sum of RGB (Red+Green+Blue) = 242+151+152=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F29798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29798 is #0D6867. Grayscale: #B2B2B2. Windows color (decimal): -878696 or 10000370. OLE color: 10000370.

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

Color convert

RGB242151152-
CMYK00.380.370.05
HSL359.34º77.78%77.06%-
HSV(B)359.34º37.6%94.9%-
XYZ53.3543.2835.25-
YUV178.32113.15173.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=44.40%
G=27.71%
B=27.89%

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
Decimal24215115200.380.370.05359.3477.7877.06
HexF297980262551674e4d
Octal362227230046455547116115
Binary111100101001011110011000010011010010110110110011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29798; }

 p { color: rgb(242,151,152); }

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

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

 a { background-color: rgb(242,151,152); }

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

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

 span { border-color: rgb(242,151,152); }

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