Html Css Color HEX #F5949C Wewak

📋 copy color: '#F5949C'

red 245 ◦ green 148 ◦ blue 156

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

Shades of Wewak #F5949C

Tints of Wewak #F5949C

RGB

 RED value IS 245 (96.09% from 255) = 44.63%

 GREEN value IS 148 (58.2% from 255) = 26.96%

 BLUE value IS 156 (61.33% from 255) = 28.42%

R = 44.63%
G = 26.96%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5949C (or 0xF5949C) is known color: Wewak. HEX triplet: F5, 94 and 9C. RGB value is (245,148,156). Sum of RGB (Red+Green+Blue) = 245+148+156=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5949C is #0A6B63. Grayscale: #B1B1B1. Windows color (decimal): -682852 or 10261749. OLE color: 10261749.

HSL color Cylindrical-coordinate representation of color #F5949C: hue angle of 355.05º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5949C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 148 156 -
CMYK 0 0.40 0.36 0.04
HSL 355.05º 0.83% 0.77% -
HSV(B) 355.05º 0.4% 0.96% -
XYZ 54.25 42.99 36.89 -
YUV 177.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 245 148 156 0 0.40 0.36 0.04 355.05 0.83 0.77
Hex F5 94 9C 0 28 24 4 163 53 4D
Octal 365 224 234 0 50 44 4 543 123 115
Binary 11110101 10010100 10011100 0 101000 100100 100 101100011 1010011 1001101

Color Harmonies of #F5949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5949C

Black with #F5949C

Text Example


Text Example

White with #F5949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5949C; }

 p { color: rgb(245,148,156); }

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

background-color css

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

 a { background-color: rgb(245,148,156); }

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

border-color css

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

 span { border-color: rgb(245,148,156); }

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