Html Css Color HEX #F495A2 Wewak

📋 copy color: '#F495A2'

red 244 ◦ green 149 ◦ blue 162

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

Shades of Wewak #F495A2

Tints of Wewak #F495A2

RGB

 RED value IS 244 (95.7% from 255) = 43.96%

 GREEN value IS 149 (58.59% from 255) = 26.85%

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

R = 43.96%
G = 26.85%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F495A2 (or 0xF495A2) is known color: Wewak. HEX triplet: F4, 95 and A2. RGB value is (244,149,162). Sum of RGB (Red+Green+Blue) = 244+149+162=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F495A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F495A2 is #0B6A5D. Grayscale: #B2B2B2. Windows color (decimal): -748126 or 10655220. OLE color: 10655220.

HSL color Cylindrical-coordinate representation of color #F495A2: hue angle of 351.79º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495A2 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 149 162 -
CMYK 0 0.39 0.34 0.04
HSL 351.79º 0.81% 0.77% -
HSV(B) 351.79º 0.39% 0.96% -
XYZ 54.58 43.34 39.67 -
YUV 178.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 244 149 162 0 0.39 0.34 0.04 351.79 0.81 0.77
Hex F4 95 A2 0 27 22 4 160 51 4D
Octal 364 225 242 0 47 42 4 540 121 115
Binary 11110100 10010101 10100010 0 100111 100010 100 101100000 1010001 1001101

Color Harmonies of #F495A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495A2

Black with #F495A2

Text Example


Text Example

White with #F495A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495A2; }

 p { color: rgb(244,149,162); }

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

background-color css

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

 a { background-color: rgb(244,149,162); }

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

border-color css

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

 span { border-color: rgb(244,149,162); }

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