#F99095

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

Shades of Wewak #F99095

Tints of Wewak #F99095

Color information

#F99095 (or 0xF99095) is unknown color: approx Wewak. HEX triplet: F9, 90 and 95. RGB value is (249,144,149). Sum of RGB (Red+Green+Blue) = 249+144+149=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F99095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99095 is #066F6A. Grayscale: #B0B0B0. Windows color (decimal): -421739 or 9801977. OLE color: 9801977.

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

Color convert

RGB249144149-
CMYK00.420.400.02
HSL357.14º89.74%77.06%-
HSV(B)357.14º42.17%97.65%-
XYZ54.4642.2633.72-
YUV175.96112.79180.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.94%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=45.94%
G=26.57%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914414900.420.400.02357.1489.7477.06
HexF9909502A2821655a4d
Octal371220225052502545132115
Binary11111001100100001001010101010101010001010110010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99095; }

 p { color: rgb(249,144,149); }

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

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

 a { background-color: rgb(249,144,149); }

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

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

 span { border-color: rgb(249,144,149); }

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