#F99EA1

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

Shades of Wewak #F99EA1

Tints of Wewak #F99EA1

Color information

#F99EA1 (or 0xF99EA1) is unknown color: approx Wewak. HEX triplet: F9, 9E and A1. RGB value is (249,158,161). Sum of RGB (Red+Green+Blue) = 249+158+161=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99EA1 is #06615E. Grayscale: #B9B9B9. Windows color (decimal): -418143 or 10591993. OLE color: 10591993.

HSL color Cylindrical-coordinate representation of color #F99EA1: hue angle of 358.02º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EA1 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB249158161-
CMYK00.370.350.02
HSL358.02º88.35%79.8%-
HSV(B)358.02º36.55%97.65%-
XYZ57.7347.1739.78-
YUV185.55114.15173.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=43.84%
G=27.82%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915816100.370.350.02358.0288.3579.8
HexF99EA10252321665850
Octal371236241045432546130120
Binary11111001100111101010000101001011000111010110011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99EA1; }

 p { color: rgb(249,158,161); }

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

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

 a { background-color: rgb(249,158,161); }

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

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

 span { border-color: rgb(249,158,161); }

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