Html Css Color HEX #F1949C Wewak

📋 copy color: '#F1949C'

red 241 ◦ green 148 ◦ blue 156

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

Shades of Wewak #F1949C

Tints of Wewak #F1949C

RGB

 RED value IS 241 (94.53% from 255) = 44.22%

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

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

R = 44.22%
G = 27.16%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1949C (or 0xF1949C) is known color: Wewak. HEX triplet: F1, 94 and 9C. RGB value is (241,148,156). Sum of RGB (Red+Green+Blue) = 241+148+156=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1949C is #0E6B63. Grayscale: #B0B0B0. Windows color (decimal): -944996 or 10261745. OLE color: 10261745.

HSL color Cylindrical-coordinate representation of color #F1949C: hue angle of 354.84º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1949C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 148 156 -
CMYK 0 0.39 0.35 0.05
HSL 354.84º 0.77% 0.76% -
HSV(B) 354.84º 0.39% 0.95% -
XYZ 52.87 42.28 36.83 -
YUV 176.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 241 148 156 0 0.39 0.35 0.05 354.84 0.77 0.76
Hex F1 94 9C 0 27 23 5 163 4D 4C
Octal 361 224 234 0 47 43 5 543 115 114
Binary 11110001 10010100 10011100 0 100111 100011 101 101100011 1001101 1001100

Color Harmonies of #F1949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1949C

Black with #F1949C

Text Example


Text Example

White with #F1949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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