#F08D9C

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

Shades of Wewak #F08D9C

Tints of Wewak #F08D9C

Color information

#F08D9C (or 0xF08D9C) is unknown color: approx Wewak. HEX triplet: F0, 8D and 9C. RGB value is (240,141,156). Sum of RGB (Red+Green+Blue) = 240+141+156=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D9C is #0F7263. Grayscale: #ACACAC. Windows color (decimal): -1012324 or 10259952. OLE color: 10259952.

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

Color convert

RGB240141156-
CMYK00.410.350.06
HSL350.91º76.74%74.71%-
HSV(B)350.91º41.25%94.12%-
XYZ51.4639.9836.46-
YUV172.31118.8176.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=44.69%
G=26.26%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014115600.410.350.06350.9176.7474.71
HexF08D9C02923615f4d4b
Octal360215234051436537115113
Binary111100001000110110011100010100110001111010101111110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08D9C; }

 p { color: rgb(240,141,156); }

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

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

 a { background-color: rgb(240,141,156); }

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

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

 span { border-color: rgb(240,141,156); }

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