Html Css Color HEX #F1949A Wewak

📋 copy color: '#F1949A'

red 241 ◦ green 148 ◦ blue 154

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

Shades of Wewak #F1949A

Tints of Wewak #F1949A

RGB

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

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

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

R = 44.38%
G = 27.26%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1949A (or 0xF1949A) is known color: Wewak. HEX triplet: F1, 94 and 9A. RGB value is (241,148,154). Sum of RGB (Red+Green+Blue) = 241+148+154=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F1949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1949A is #0E6B65. Grayscale: #B0B0B0. Windows color (decimal): -944998 or 10130673. OLE color: 10130673.

HSL color Cylindrical-coordinate representation of color #F1949A: hue angle of 356.13º 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 #F1949A is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 148 154 -
CMYK 0 0.39 0.36 0.05
HSL 356.13º 0.77% 0.76% -
HSV(B) 356.13º 0.39% 0.95% -
XYZ 52.7 42.21 35.94 -
YUV 176.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 241 148 154 0 0.39 0.36 0.05 356.13 0.77 0.76
Hex F1 94 9A 0 27 24 5 164 4D 4C
Octal 361 224 232 0 47 44 5 544 115 114
Binary 11110001 10010100 10011010 0 100111 100100 101 101100100 1001101 1001100

Color Harmonies of #F1949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1949A

Black with #F1949A

Text Example


Text Example

White with #F1949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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