Html Css Color HEX #F19B9F Wewak

📋 copy color: '#F19B9F'

red 241 ◦ green 155 ◦ blue 159

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

Shades of Wewak #F19B9F

Tints of Wewak #F19B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.65%

R = 43.42%
G = 27.93%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F19B9F (or 0xF19B9F) is known color: Wewak. HEX triplet: F1, 9B and 9F. RGB value is (241,155,159). Sum of RGB (Red+Green+Blue) = 241+155+159=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B9F is #0E6460. Grayscale: #B5B5B5. Windows color (decimal): -943201 or 10460145. OLE color: 10460145.

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

Color convert

RGB 241 155 159 -
CMYK 0 0.36 0.34 0.05
HSL 357.21º 0.75% 0.78% -
HSV(B) 357.21º 0.36% 0.95% -
XYZ 54.25 44.65 38.56 -
YUV 181.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 241 155 159 0 0.36 0.34 0.05 357.21 0.75 0.78
Hex F1 9B 9F 0 24 22 5 165 4B 4E
Octal 361 233 237 0 44 42 5 545 113 116
Binary 11110001 10011011 10011111 0 100100 100010 101 101100101 1001011 1001110

Color Harmonies of #F19B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B9F

Black with #F19B9F

Text Example


Text Example

White with #F19B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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