#F08B91

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

Shades of Wewak #F08B91

Tints of Wewak #F08B91

Color information

#F08B91 (or 0xF08B91) is unknown color: approx Wewak. HEX triplet: F0, 8B and 91. RGB value is (240,139,145). Sum of RGB (Red+Green+Blue) = 240+139+145=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B91 is #0F746E. Grayscale: #A9A9A9. Windows color (decimal): -1012847 or 9538544. OLE color: 9538544.

HSL color Cylindrical-coordinate representation of color #F08B91: hue angle of 356.44º 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 #F08B91 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB240139145-
CMYK00.420.400.06
HSL356.44º77.1%74.31%-
HSV(B)356.44º42.08%94.12%-
XYZ50.2839.0331.67-
YUV169.88113.96178.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 139 (54.69% from 255) = 26.53%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=45.80%
G=26.53%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013914500.420.400.06356.4477.174.31
HexF08B9102A2861644d4a
Octal360213221052506544115112
Binary111100001000101110010001010101010100011010110010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B91; }

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

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

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

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

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

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

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

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