Html Css Color HEX #F19BA1 Wewak

📋 copy color: '#F19BA1'

red 241 ◦ green 155 ◦ blue 161

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

Shades of Wewak #F19BA1

Tints of Wewak #F19BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.83%

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

R = 43.27%
G = 27.83%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F19BA1 (or 0xF19BA1) is known color: Wewak. HEX triplet: F1, 9B and A1. RGB value is (241,155,161). Sum of RGB (Red+Green+Blue) = 241+155+161=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BA1 is #0E645E. Grayscale: #B5B5B5. Windows color (decimal): -943199 or 10591217. OLE color: 10591217.

HSL color Cylindrical-coordinate representation of color #F19BA1: hue angle of 355.81º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BA1 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 155 161 -
CMYK 0 0.36 0.33 0.05
HSL 355.81º 0.75% 0.78% -
HSV(B) 355.81º 0.36% 0.95% -
XYZ 54.43 44.72 39.48 -
YUV 181.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 241 155 161 0 0.36 0.33 0.05 355.81 0.75 0.78
Hex F1 9B A1 0 24 21 5 164 4B 4E
Octal 361 233 241 0 44 41 5 544 113 116
Binary 11110001 10011011 10100001 0 100100 100001 101 101100100 1001011 1001110

Color Harmonies of #F19BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19BA1

Black with #F19BA1

Text Example


Text Example

White with #F19BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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