#F29598

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

Shades of Wewak #F29598

Tints of Wewak #F29598

Color information

#F29598 (or 0xF29598) is unknown color: approx Wewak. HEX triplet: F2, 95 and 98. RGB value is (242,149,152). Sum of RGB (Red+Green+Blue) = 242+149+152=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F29598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29598 is #0D6A67. Grayscale: #B1B1B1. Windows color (decimal): -879208 or 9999858. OLE color: 9999858.

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

Color convert

RGB242149152-
CMYK00.380.370.05
HSL358.06º78.15%76.67%-
HSV(B)358.06º38.43%94.9%-
XYZ53.0342.6435.14-
YUV177.15113.81174.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=44.57%
G=27.44%
B=27.99%

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
Decimal24214915200.380.370.05358.0678.1576.67
HexF295980262551664e4d
Octal362225230046455546116115
Binary111100101001010110011000010011010010110110110011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29598; }

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

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

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

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

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

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

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

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