#F88296

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

Shades of Wewak #F88296

Tints of Wewak #F88296

Color information

#F88296 (or 0xF88296) is unknown color: approx Wewak. HEX triplet: F8, 82 and 96. RGB value is (248,130,150). Sum of RGB (Red+Green+Blue) = 248+130+150=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F88296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88296 is #077D69. Grayscale: #A7A7A7. Windows color (decimal): -490858 or 9863928. OLE color: 9863928.

HSL color Cylindrical-coordinate representation of color #F88296: hue angle of 349.83º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F88296 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248130150-
CMYK00.480.400.03
HSL349.83º89.39%74.12%-
HSV(B)349.83º47.58%97.25%-
XYZ52.238.1233.46-
YUV167.56118.09185.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.97%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=46.97%
G=24.62%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813015000.480.400.03349.8389.3974.12
HexF8829603028315e594a
Octal370202226060503536131112
Binary11111000100000101001011001100001010001110101111010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88296; }

 p { color: rgb(248,130,150); }

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

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

 a { background-color: rgb(248,130,150); }

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

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

 span { border-color: rgb(248,130,150); }

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