#F99296

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

Shades of Wewak #F99296

Tints of Wewak #F99296

Color information

#F99296 (or 0xF99296) is unknown color: approx Wewak. HEX triplet: F9, 92 and 96. RGB value is (249,146,150). Sum of RGB (Red+Green+Blue) = 249+146+150=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F99296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99296 is #066D69. Grayscale: #B1B1B1. Windows color (decimal): -421226 or 9868025. OLE color: 9868025.

HSL color Cylindrical-coordinate representation of color #F99296: hue angle of 357.67º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99296 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249146150-
CMYK00.410.400.02
HSL357.67º89.57%77.45%-
HSV(B)357.67º41.37%97.65%-
XYZ54.8542.934.24-
YUV177.25112.62179.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=45.69%
G=26.79%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914615000.410.400.02357.6789.5777.45
HexF992960292821665a4d
Octal371222226051502546132115
Binary11111001100100101001011001010011010001010110011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99296; }

 p { color: rgb(249,146,150); }

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

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

 a { background-color: rgb(249,146,150); }

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

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

 span { border-color: rgb(249,146,150); }

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