Html Css Color HEX #F9A2A5 Wewak

📋 copy color: '#F9A2A5'

red 249 ◦ green 162 ◦ blue 165

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

Shades of Wewak #F9A2A5

Tints of Wewak #F9A2A5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.13%

 BLUE value IS 165 (64.84% from 255) = 28.65%

R = 43.23%
G = 28.13%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F9A2A5 (or 0xF9A2A5) is known color: Wewak. HEX triplet: F9, A2 and A5. RGB value is (249,162,165). Sum of RGB (Red+Green+Blue) = 249+162+165=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A2A5 is #065D5A. Grayscale: #BCBCBC. Windows color (decimal): -417115 or 10855161. OLE color: 10855161.

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

Color convert

RGB 249 162 165 -
CMYK 0 0.35 0.34 0.02
HSL 357.93º 0.88% 0.81% -
HSV(B) 357.93º 0.35% 0.98% -
XYZ 58.78 48.7 41.9 -
YUV 188.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 249 162 165 0 0.35 0.34 0.02 357.93 0.88 0.81
Hex F9 A2 A5 0 23 22 2 166 58 51
Octal 371 242 245 0 43 42 2 546 130 121
Binary 11111001 10100010 10100101 0 100011 100010 10 101100110 1011000 1010001

Color Harmonies of #F9A2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A2A5

Black with #F9A2A5

Text Example


Text Example

White with #F9A2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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