Html Css Color HEX #F18C9A Wewak

📋 copy color: '#F18C9A'

red 241 ◦ green 140 ◦ blue 154

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

Shades of Wewak #F18C9A

Tints of Wewak #F18C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.79%

R = 45.05%
G = 26.17%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F18C9A (or 0xF18C9A) is known color: Wewak. HEX triplet: F1, 8C and 9A. RGB value is (241,140,154). Sum of RGB (Red+Green+Blue) = 241+140+154=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C9A is #0E7365. Grayscale: #ABABAB. Windows color (decimal): -947046 or 10128625. OLE color: 10128625.

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

Color convert

RGB 241 140 154 -
CMYK 0 0.42 0.36 0.05
HSL 351.68º 0.78% 0.75% -
HSV(B) 351.68º 0.42% 0.95% -
XYZ 51.49 39.79 35.54 -
YUV 171.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 241 140 154 0 0.42 0.36 0.05 351.68 0.78 0.75
Hex F1 8C 9A 0 2A 24 5 160 4E 4B
Octal 361 214 232 0 52 44 5 540 116 113
Binary 11110001 10001100 10011010 0 101010 100100 101 101100000 1001110 1001011

Color Harmonies of #F18C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C9A

Black with #F18C9A

Text Example


Text Example

White with #F18C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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