Html Css Color HEX #F19D9F Wewak

📋 copy color: '#F19D9F'

red 241 ◦ green 157 ◦ blue 159

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

Shades of Wewak #F19D9F

Tints of Wewak #F19D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

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

R = 43.27%
G = 28.19%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F19D9F (or 0xF19D9F) is known color: Wewak. HEX triplet: F1, 9D and 9F. RGB value is (241,157,159). Sum of RGB (Red+Green+Blue) = 241+157+159=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D9F is #0E6260. Grayscale: #B6B6B6. Windows color (decimal): -942689 or 10460657. OLE color: 10460657.

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

Color convert

RGB 241 157 159 -
CMYK 0 0.35 0.34 0.05
HSL 358.57º 0.75% 0.78% -
HSV(B) 358.57º 0.35% 0.95% -
XYZ 54.59 45.32 38.67 -
YUV 182.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 241 157 159 0 0.35 0.34 0.05 358.57 0.75 0.78
Hex F1 9D 9F 0 23 22 5 167 4B 4E
Octal 361 235 237 0 43 42 5 547 113 116
Binary 11110001 10011101 10011111 0 100011 100010 101 101100111 1001011 1001110

Color Harmonies of #F19D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D9F

Black with #F19D9F

Text Example


Text Example

White with #F19D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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