#F29CA1

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

Shades of Wewak #F29CA1

Tints of Wewak #F29CA1

Color information

#F29CA1 (or 0xF29CA1) is unknown color: approx Wewak. HEX triplet: F2, 9C and A1. RGB value is (242,156,161). Sum of RGB (Red+Green+Blue) = 242+156+161=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29CA1 is #0D635E. Grayscale: #B6B6B6. Windows color (decimal): -877407 or 10591474. OLE color: 10591474.

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

Color convert

RGB242156161-
CMYK00.360.330.05
HSL356.51º76.79%78.04%-
HSV(B)356.51º35.54%94.9%-
XYZ54.9445.2339.55-
YUV182.28115.99170.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 161 (63.28% from 255) = 28.80%
R=43.29%
G=27.91%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215616100.360.330.05356.5176.7978.04
HexF29CA10242151654d4e
Octal362234241044415545115116
Binary111100101001110010100001010010010000110110110010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CA1; }

 p { color: rgb(242,156,161); }

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

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

 a { background-color: rgb(242,156,161); }

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

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

 span { border-color: rgb(242,156,161); }

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