Html Css Color HEX #F18C95 Wewak

📋 copy color: '#F18C95'

red 241 ◦ green 140 ◦ blue 149

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

Shades of Wewak #F18C95

Tints of Wewak #F18C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 45.47%
G = 26.42%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F18C95 (or 0xF18C95) is known color: Wewak. HEX triplet: F1, 8C and 95. RGB value is (241,140,149). Sum of RGB (Red+Green+Blue) = 241+140+149=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C95 is #0E736A. Grayscale: #ABABAB. Windows color (decimal): -947051 or 9800945. OLE color: 9800945.

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

Color convert

RGB 241 140 149 -
CMYK 0 0.42 0.38 0.05
HSL 354.65º 0.78% 0.75% -
HSV(B) 354.65º 0.42% 0.95% -
XYZ 51.08 39.63 33.39 -
YUV 171.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 241 140 149 0 0.42 0.38 0.05 354.65 0.78 0.75
Hex F1 8C 95 0 2A 26 5 163 4E 4B
Octal 361 214 225 0 52 46 5 543 116 113
Binary 11110001 10001100 10010101 0 101010 100110 101 101100011 1001110 1001011

Color Harmonies of #F18C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C95

Black with #F18C95

Text Example


Text Example

White with #F18C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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