#F08995

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

Shades of Wewak #F08995

Tints of Wewak #F08995

Color information

#F08995 (or 0xF08995) is unknown color: approx Wewak. HEX triplet: F0, 89 and 95. RGB value is (240,137,149). Sum of RGB (Red+Green+Blue) = 240+137+149=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F08995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08995 is #0F766A. Grayscale: #A9A9A9. Windows color (decimal): -1013355 or 9800176. OLE color: 9800176.

HSL color Cylindrical-coordinate representation of color #F08995: hue angle of 353.01º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08995 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240137149-
CMYK00.430.380.06
HSL353.01º77.44%73.92%-
HSV(B)353.01º42.92%94.12%-
XYZ50.3138.5933.23-
YUV169.16116.62178.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.63%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=45.63%
G=26.05%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013714900.430.380.06353.0177.4473.92
HexF0899502B2661614d4a
Octal360211225053466541115112
Binary111100001000100110010101010101110011011010110000110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08995; }

 p { color: rgb(240,137,149); }

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

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

 a { background-color: rgb(240,137,149); }

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

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

 span { border-color: rgb(240,137,149); }

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