Html Css Color HEX #F195A1 Wewak

📋 copy color: '#F195A1'

red 241 ◦ green 149 ◦ blue 161

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

Shades of Wewak #F195A1

Tints of Wewak #F195A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.22%

R = 43.74%
G = 27.04%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F195A1 (or 0xF195A1) is known color: Wewak. HEX triplet: F1, 95 and A1. RGB value is (241,149,161). Sum of RGB (Red+Green+Blue) = 241+149+161=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F195A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195A1 is #0E6A5E. Grayscale: #B1B1B1. Windows color (decimal): -944735 or 10589681. OLE color: 10589681.

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

Color convert

RGB 241 149 161 -
CMYK 0 0.38 0.33 0.05
HSL 352.17º 0.77% 0.76% -
HSV(B) 352.17º 0.38% 0.95% -
XYZ 53.46 42.77 39.16 -
YUV 177.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 241 149 161 0 0.38 0.33 0.05 352.17 0.77 0.76
Hex F1 95 A1 0 26 21 5 160 4D 4C
Octal 361 225 241 0 46 41 5 540 115 114
Binary 11110001 10010101 10100001 0 100110 100001 101 101100000 1001101 1001100

Color Harmonies of #F195A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195A1

Black with #F195A1

Text Example


Text Example

White with #F195A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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