Html Css Color HEX #F18C9D Wewak

📋 copy color: '#F18C9D'

red 241 ◦ green 140 ◦ blue 157

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

Shades of Wewak #F18C9D

Tints of Wewak #F18C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

 BLUE value IS 157 (61.72% from 255) = 29.18%

R = 44.8%
G = 26.02%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F18C9D (or 0xF18C9D) is known color: Wewak. HEX triplet: F1, 8C and 9D. RGB value is (241,140,157). Sum of RGB (Red+Green+Blue) = 241+140+157=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C9D is #0E7362. Grayscale: #ACACAC. Windows color (decimal): -947043 or 10325233. OLE color: 10325233.

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

Color convert

RGB 241 140 157 -
CMYK 0 0.42 0.35 0.05
HSL 349.9º 0.78% 0.75% -
HSV(B) 349.9º 0.42% 0.95% -
XYZ 51.74 39.89 36.87 -
YUV 172.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 241 140 157 0 0.42 0.35 0.05 349.9 0.78 0.75
Hex F1 8C 9D 0 2A 23 5 15E 4E 4B
Octal 361 214 235 0 52 43 5 536 116 113
Binary 11110001 10001100 10011101 0 101010 100011 101 101011110 1001110 1001011

Color Harmonies of #F18C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C9D

Black with #F18C9D

Text Example


Text Example

White with #F18C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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