Html Css Color HEX #F1959C Wewak

📋 copy color: '#F1959C'

red 241 ◦ green 149 ◦ blue 156

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

Shades of Wewak #F1959C

Tints of Wewak #F1959C

RGB

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

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

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

R = 44.14%
G = 27.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1959C (or 0xF1959C) is known color: Wewak. HEX triplet: F1, 95 and 9C. RGB value is (241,149,156). Sum of RGB (Red+Green+Blue) = 241+149+156=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1959C is #0E6A63. Grayscale: #B1B1B1. Windows color (decimal): -944740 or 10262001. OLE color: 10262001.

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

Color convert

RGB 241 149 156 -
CMYK 0 0.38 0.35 0.05
HSL 355.43º 0.77% 0.76% -
HSV(B) 355.43º 0.38% 0.95% -
XYZ 53.02 42.6 36.88 -
YUV 177.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 241 149 156 0 0.38 0.35 0.05 355.43 0.77 0.76
Hex F1 95 9C 0 26 23 5 163 4D 4C
Octal 361 225 234 0 46 43 5 543 115 114
Binary 11110001 10010101 10011100 0 100110 100011 101 101100011 1001101 1001100

Color Harmonies of #F1959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1959C

Black with #F1959C

Text Example


Text Example

White with #F1959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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