#F08C94

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

Shades of Wewak #F08C94

Tints of Wewak #F08C94

Color information

#F08C94 (or 0xF08C94) is unknown color: approx Wewak. HEX triplet: F0, 8C and 94. RGB value is (240,140,148). Sum of RGB (Red+Green+Blue) = 240+140+148=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C94 is #0F736B. Grayscale: #AAAAAA. Windows color (decimal): -1012588 or 9735408. OLE color: 9735408.

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

Color convert

RGB240140148-
CMYK00.420.380.06
HSL355.2º76.92%74.51%-
HSV(B)355.2º41.67%94.12%-
XYZ50.6639.4232.96-
YUV170.81115.13177.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=45.45%
G=26.52%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014014800.420.380.06355.276.9274.51
HexF08C9402A2661634d4b
Octal360214224052466543115113
Binary111100001000110010010100010101010011011010110001110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08C94; }

 p { color: rgb(240,140,148); }

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

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

 a { background-color: rgb(240,140,148); }

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

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

 span { border-color: rgb(240,140,148); }

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