#F08B92

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

Shades of Wewak #F08B92

Tints of Wewak #F08B92

Color information

#F08B92 (or 0xF08B92) is unknown color: approx Wewak. HEX triplet: F0, 8B and 92. RGB value is (240,139,146). Sum of RGB (Red+Green+Blue) = 240+139+146=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B92 is #0F746D. Grayscale: #AAAAAA. Windows color (decimal): -1012846 or 9604080. OLE color: 9604080.

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

Color convert

RGB240139146-
CMYK00.420.390.06
HSL355.84º77.1%74.31%-
HSV(B)355.84º42.08%94.12%-
XYZ50.3639.0732.08-
YUV170114.46177.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=45.71%
G=26.48%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013914600.420.390.06355.8477.174.31
HexF08B9202A2761644d4a
Octal360213222052476544115112
Binary111100001000101110010010010101010011111010110010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B92; }

 p { color: rgb(240,139,146); }

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

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

 a { background-color: rgb(240,139,146); }

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

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

 span { border-color: rgb(240,139,146); }

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