Html Css Color HEX #F195A0 Wewak

📋 copy color: '#F195A0'

red 241 ◦ green 149 ◦ blue 160

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

Shades of Wewak #F195A0

Tints of Wewak #F195A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.09%

R = 43.82%
G = 27.09%
B = 29.09%

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

#F195A0 (or 0xF195A0) is known color: Wewak. HEX triplet: F1, 95 and A0. RGB value is (241,149,160). Sum of RGB (Red+Green+Blue) = 241+149+160=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F195A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195A0 is #0E6A5F. Grayscale: #B1B1B1. Windows color (decimal): -944736 or 10524145. OLE color: 10524145.

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

Color convert

RGB 241 149 160 -
CMYK 0 0.38 0.34 0.05
HSL 352.83º 0.77% 0.76% -
HSV(B) 352.83º 0.38% 0.95% -
XYZ 53.37 42.73 38.69 -
YUV 177.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 241 149 160 0 0.38 0.34 0.05 352.83 0.77 0.76
Hex F1 95 A0 0 26 22 5 161 4D 4C
Octal 361 225 240 0 46 42 5 541 115 114
Binary 11110001 10010101 10100000 0 100110 100010 101 101100001 1001101 1001100

Color Harmonies of #F195A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195A0

Black with #F195A0

Text Example


Text Example

White with #F195A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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