#F29FA3

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

Shades of Wewak #F29FA3

Tints of Wewak #F29FA3

Color information

#F29FA3 (or 0xF29FA3) is unknown color: approx Wewak. HEX triplet: F2, 9F and A3. RGB value is (242,159,163). Sum of RGB (Red+Green+Blue) = 242+159+163=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29FA3 is #0D605C. Grayscale: #B8B8B8. Windows color (decimal): -876637 or 10723314. OLE color: 10723314.

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

Color convert

RGB242159163-
CMYK00.340.330.05
HSL357.11º76.15%78.63%-
HSV(B)357.11º34.3%94.9%-
XYZ55.6346.3240.66-
YUV184.27116169.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 163 (64.06% from 255) = 28.90%
R=42.91%
G=28.19%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215916300.340.330.05357.1176.1578.63
HexF29FA30222151654c4f
Octal362237243042415545114117
Binary111100101001111110100011010001010000110110110010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29FA3; }

 p { color: rgb(242,159,163); }

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

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

 a { background-color: rgb(242,159,163); }

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

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

 span { border-color: rgb(242,159,163); }

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