#f99195

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

Shades of Wewak #F99195

Tints of Wewak #F99195

Color information

#F99195 (or 0xF99195) is unknown color: approx Wewak. HEX triplet: F9, 91 and 95. RGB value is (249,145,149). Sum of RGB (Red+Green+Blue) = 249+145+149=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F99195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99195 is #066E6A. Grayscale: #B0B0B0. Windows color (decimal): -421483 or 9802233. OLE color: 9802233.

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

Color convert

RGB249145149-
CMYK00.420.400.02
HSL357.69º89.66%77.25%-
HSV(B)357.69º41.77%97.65%-
XYZ54.6242.5633.77-
YUV176.55112.46179.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.86%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=45.86%
G=26.70%
B=27.44%

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
Decimal24914514900.420.400.02357.6989.6677.25
HexF9919502A2821665a4d
Octal371221225052502546132115
Binary11111001100100011001010101010101010001010110011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f99195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f99195; }

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

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

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

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

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

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

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

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