Html Css Color HEX #F18D8F Wewak

📋 copy color: '#F18D8F'

red 241 ◦ green 141 ◦ blue 143

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

Shades of Wewak #F18D8F

Tints of Wewak #F18D8F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.86%

 BLUE value IS 143 (56.25% from 255) = 27.24%

R = 45.9%
G = 26.86%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F18D8F (or 0xF18D8F) is known color: Wewak. HEX triplet: F1, 8D and 8F. RGB value is (241,141,143). Sum of RGB (Red+Green+Blue) = 241+141+143=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18D8F is #0E7270. Grayscale: #ABABAB. Windows color (decimal): -946801 or 9407985. OLE color: 9407985.

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

Color convert

RGB 241 141 143 -
CMYK 0 0.41 0.41 0.05
HSL 358.8º 0.78% 0.75% -
HSV(B) 358.8º 0.41% 0.95% -
XYZ 50.76 39.73 30.98 -
YUV 171.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 241 141 143 0 0.41 0.41 0.05 358.8 0.78 0.75
Hex F1 8D 8F 0 29 29 5 167 4E 4B
Octal 361 215 217 0 51 51 5 547 116 113
Binary 11110001 10001101 10001111 0 101001 101001 101 101100111 1001110 1001011

Color Harmonies of #F18D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D8F

Black with #F18D8F

Text Example


Text Example

White with #F18D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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