Html Css Color HEX #F8949C Wewak

📋 copy color: '#F8949C'

red 248 ◦ green 148 ◦ blue 156

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

Shades of Wewak #F8949C

Tints of Wewak #F8949C

RGB

 RED value IS 248 (97.27% from 255) = 44.93%

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

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

R = 44.93%
G = 26.81%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8949C (or 0xF8949C) is known color: Wewak. HEX triplet: F8, 94 and 9C. RGB value is (248,148,156). Sum of RGB (Red+Green+Blue) = 248+148+156=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8949C is #076B63. Grayscale: #B2B2B2. Windows color (decimal): -486244 or 10261752. OLE color: 10261752.

HSL color Cylindrical-coordinate representation of color #F8949C: hue angle of 355.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8949C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 156 -
CMYK 0 0.40 0.37 0.03
HSL 355.2º 0.88% 0.78% -
HSV(B) 355.2º 0.4% 0.97% -
XYZ 55.3 43.54 36.94 -
YUV 178.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 248 148 156 0 0.40 0.37 0.03 355.2 0.88 0.78
Hex F8 94 9C 0 28 25 3 163 58 4E
Octal 370 224 234 0 50 45 3 543 130 116
Binary 11111000 10010100 10011100 0 101000 100101 11 101100011 1011000 1001110

Color Harmonies of #F8949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8949C

Black with #F8949C

Text Example


Text Example

White with #F8949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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