Html Css Color HEX #F18C8D Wewak

📋 copy color: '#F18C8D'

red 241 ◦ green 140 ◦ blue 141

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

Shades of Wewak #F18C8D

Tints of Wewak #F18C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 46.17%
G = 26.82%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F18C8D (or 0xF18C8D) is known color: Wewak. HEX triplet: F1, 8C and 8D. RGB value is (241,140,141). Sum of RGB (Red+Green+Blue) = 241+140+141=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C8D is #0E7372. Grayscale: #AAAAAA. Windows color (decimal): -947059 or 9276657. OLE color: 9276657.

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

Color convert

RGB 241 140 141 -
CMYK 0 0.42 0.41 0.05
HSL 359.41º 0.78% 0.75% -
HSV(B) 359.41º 0.42% 0.95% -
XYZ 50.46 39.38 30.14 -
YUV 170.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 241 140 141 0 0.42 0.41 0.05 359.41 0.78 0.75
Hex F1 8C 8D 0 2A 29 5 167 4E 4B
Octal 361 214 215 0 52 51 5 547 116 113
Binary 11110001 10001100 10001101 0 101010 101001 101 101100111 1001110 1001011

Color Harmonies of #F18C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C8D

Black with #F18C8D

Text Example


Text Example

White with #F18C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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