Html Css Color HEX #F5949A Wewak

📋 copy color: '#F5949A'

red 245 ◦ green 148 ◦ blue 154

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

Shades of Wewak #F5949A

Tints of Wewak #F5949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.15%

R = 44.79%
G = 27.06%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5949A (or 0xF5949A) is known color: Wewak. HEX triplet: F5, 94 and 9A. RGB value is (245,148,154). Sum of RGB (Red+Green+Blue) = 245+148+154=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5949A is #0A6B65. Grayscale: #B1B1B1. Windows color (decimal): -682854 or 10130677. OLE color: 10130677.

HSL color Cylindrical-coordinate representation of color #F5949A: hue angle of 356.29º 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 #F5949A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 148 154 -
CMYK 0 0.40 0.37 0.04
HSL 356.29º 0.83% 0.77% -
HSV(B) 356.29º 0.4% 0.96% -
XYZ 54.08 42.93 36.01 -
YUV 177.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 245 148 154 0 0.40 0.37 0.04 356.29 0.83 0.77
Hex F5 94 9A 0 28 25 4 164 53 4D
Octal 365 224 232 0 50 45 4 544 123 115
Binary 11110101 10010100 10011010 0 101000 100101 100 101100100 1010011 1001101

Color Harmonies of #F5949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5949A

Black with #F5949A

Text Example


Text Example

White with #F5949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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