Html Css Color HEX #F1959E Wewak

📋 copy color: '#F1959E'

red 241 ◦ green 149 ◦ blue 158

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

Shades of Wewak #F1959E

Tints of Wewak #F1959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

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

R = 43.98%
G = 27.19%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1959E (or 0xF1959E) is known color: Wewak. HEX triplet: F1, 95 and 9E. RGB value is (241,149,158). Sum of RGB (Red+Green+Blue) = 241+149+158=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1959E is #0E6A61. Grayscale: #B1B1B1. Windows color (decimal): -944738 or 10393073. OLE color: 10393073.

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

Color convert

RGB 241 149 158 -
CMYK 0 0.38 0.34 0.05
HSL 354.13º 0.77% 0.76% -
HSV(B) 354.13º 0.38% 0.95% -
XYZ 53.19 42.66 37.78 -
YUV 177.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 241 149 158 0 0.38 0.34 0.05 354.13 0.77 0.76
Hex F1 95 9E 0 26 22 5 162 4D 4C
Octal 361 225 236 0 46 42 5 542 115 114
Binary 11110001 10010101 10011110 0 100110 100010 101 101100010 1001101 1001100

Color Harmonies of #F1959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1959E

Black with #F1959E

Text Example


Text Example

White with #F1959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1959E; }

 p { color: rgb(241,149,158); }

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

background-color css

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

 a { background-color: rgb(241,149,158); }

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

border-color css

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

 span { border-color: rgb(241,149,158); }

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