Html Css Color HEX #F8949A Wewak

📋 copy color: '#F8949A'

red 248 ◦ green 148 ◦ blue 154

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

Shades of Wewak #F8949A

Tints of Wewak #F8949A

RGB

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

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

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

R = 45.09%
G = 26.91%
B = 28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8949A (or 0xF8949A) is known color: Wewak. HEX triplet: F8, 94 and 9A. RGB value is (248,148,154). Sum of RGB (Red+Green+Blue) = 248+148+154=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F8949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8949A is #076B65. Grayscale: #B2B2B2. Windows color (decimal): -486246 or 10130680. OLE color: 10130680.

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

Color convert

RGB 248 148 154 -
CMYK 0 0.40 0.38 0.03
HSL 356.4º 0.88% 0.78% -
HSV(B) 356.4º 0.4% 0.97% -
XYZ 55.13 43.47 36.06 -
YUV 178.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 248 148 154 0 0.40 0.38 0.03 356.4 0.88 0.78
Hex F8 94 9A 0 28 26 3 164 58 4E
Octal 370 224 232 0 50 46 3 544 130 116
Binary 11111000 10010100 10011010 0 101000 100110 11 101100100 1011000 1001110

Color Harmonies of #F8949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8949A

Black with #F8949A

Text Example


Text Example

White with #F8949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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