#F990A1

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

Shades of Wewak #F990A1

Tints of Wewak #F990A1

Color information

#F990A1 (or 0xF990A1) is unknown color: approx Wewak. HEX triplet: F9, 90 and A1. RGB value is (249,144,161). Sum of RGB (Red+Green+Blue) = 249+144+161=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F990A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F990A1 is #066F5E. Grayscale: #B1B1B1. Windows color (decimal): -421727 or 10588409. OLE color: 10588409.

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

Color convert

RGB249144161-
CMYK00.420.350.02
HSL350.29º89.74%77.06%-
HSV(B)350.29º42.17%97.65%-
XYZ55.4742.6639.03-
YUV177.33118.79179.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 161 (63.28% from 255) = 29.06%
R=44.95%
G=25.99%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914416100.420.350.02350.2989.7477.06
HexF990A102A23215e5a4d
Octal371220241052432536132115
Binary11111001100100001010000101010101000111010101111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990A1; }

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

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

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

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

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

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

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

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