Html Css Color HEX #F9949E Wewak

📋 copy color: '#F9949E'

red 249 ◦ green 148 ◦ blue 158

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

Shades of Wewak #F9949E

Tints of Wewak #F9949E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.47%

R = 44.86%
G = 26.67%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9949E (or 0xF9949E) is known color: Wewak. HEX triplet: F9, 94 and 9E. RGB value is (249,148,158). Sum of RGB (Red+Green+Blue) = 249+148+158=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9949E is #066B61. Grayscale: #B3B3B3. Windows color (decimal): -420706 or 10392825. OLE color: 10392825.

HSL color Cylindrical-coordinate representation of color #F9949E: hue angle of 354.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9949E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 158 -
CMYK 0 0.41 0.37 0.02
HSL 354.06º 0.89% 0.78% -
HSV(B) 354.06º 0.41% 0.98% -
XYZ 55.83 43.79 37.86 -
YUV 179.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 249 148 158 0 0.41 0.37 0.02 354.06 0.89 0.78
Hex F9 94 9E 0 29 25 2 162 59 4E
Octal 371 224 236 0 51 45 2 542 131 116
Binary 11111001 10010100 10011110 0 101001 100101 10 101100010 1011001 1001110

Color Harmonies of #F9949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9949E

Black with #F9949E

Text Example


Text Example

White with #F9949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9949E; }

 p { color: rgb(249,148,158); }

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

background-color css

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

 a { background-color: rgb(249,148,158); }

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

border-color css

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

 span { border-color: rgb(249,148,158); }

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