#F99395

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

Shades of Wewak #F99395

Tints of Wewak #F99395

Color information

#F99395 (or 0xF99395) is unknown color: approx Wewak. HEX triplet: F9, 93 and 95. RGB value is (249,147,149). Sum of RGB (Red+Green+Blue) = 249+147+149=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F99395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99395 is #066C6A. Grayscale: #B1B1B1. Windows color (decimal): -420971 or 9802745. OLE color: 9802745.

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

Color convert

RGB249147149-
CMYK00.410.400.02
HSL358.82º89.47%77.65%-
HSV(B)358.82º40.96%97.65%-
XYZ54.9343.1833.87-
YUV177.73111.79178.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=45.69%
G=26.97%
B=27.34%

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
Decimal24914714900.410.400.02358.8289.4777.65
HexF99395029282167594e
Octal371223225051502547131116
Binary11111001100100111001010101010011010001010110011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99395; }

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

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

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

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

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

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

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

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