#F08F9C

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

Shades of Wewak #F08F9C

Tints of Wewak #F08F9C

Color information

#F08F9C (or 0xF08F9C) is unknown color: approx Wewak. HEX triplet: F0, 8F and 9C. RGB value is (240,143,156). Sum of RGB (Red+Green+Blue) = 240+143+156=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F9C is #0F7063. Grayscale: #ADADAD. Windows color (decimal): -1011812 or 10260464. OLE color: 10260464.

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

Color convert

RGB240143156-
CMYK00.400.350.06
HSL351.96º76.38%75.1%-
HSV(B)351.96º40.42%94.12%-
XYZ51.7640.5736.56-
YUV173.48118.14175.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.53%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=44.53%
G=26.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014315600.400.350.06351.9676.3875.1
HexF08F9C0282361604c4b
Octal360217234050436540114113
Binary111100001000111110011100010100010001111010110000010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08F9C; }

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

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

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

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

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

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

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

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