Html Css Color HEX #F990A2 Wewak

📋 copy color: '#F990A2'

red 249 ◦ green 144 ◦ blue 162

#F990A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #F990A2

Tints of Wewak #F990A2

RGB

 RED value IS 249 (97.66% from 255) = 44.86%

 GREEN value IS 144 (56.64% from 255) = 25.95%

 BLUE value IS 162 (63.67% from 255) = 29.19%

R = 44.86%
G = 25.95%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F990A2 (or 0xF990A2) is known color: Wewak. HEX triplet: F9, 90 and A2. RGB value is (249,144,162). Sum of RGB (Red+Green+Blue) = 249+144+162=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F990A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F990A2 is #066F5D. Grayscale: #B1B1B1. Windows color (decimal): -421726 or 10653945. OLE color: 10653945.

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

Color convert

RGB 249 144 162 -
CMYK 0 0.42 0.35 0.02
HSL 349.71º 0.9% 0.77% -
HSV(B) 349.71º 0.42% 0.98% -
XYZ 55.56 42.69 39.49 -
YUV 177.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 249 144 162 0 0.42 0.35 0.02 349.71 0.9 0.77
Hex F9 90 A2 0 2A 23 2 15E 5A 4D
Octal 371 220 242 0 52 43 2 536 132 115
Binary 11111001 10010000 10100010 0 101010 100011 10 101011110 1011010 1001101

Color Harmonies of #F990A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990A2

Black with #F990A2

Text Example


Text Example

White with #F990A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990A2; }

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

 H1.HeaderClassName
 {
   color: #F990A2;
 }
 .AnyTagClassName
 {
   color: #F990A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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