Html Css Color HEX #F18691 Wewak

📋 copy color: '#F18691'

red 241 ◦ green 134 ◦ blue 145

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

Shades of Wewak #F18691

Tints of Wewak #F18691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.77%

 BLUE value IS 145 (57.03% from 255) = 27.88%

R = 46.35%
G = 25.77%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F18691 (or 0xF18691) is known color: Wewak. HEX triplet: F1, 86 and 91. RGB value is (241,134,145). Sum of RGB (Red+Green+Blue) = 241+134+145=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F18691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18691 is #0E796E. Grayscale: #A7A7A7. Windows color (decimal): -948591 or 9537265. OLE color: 9537265.

HSL color Cylindrical-coordinate representation of color #F18691: hue angle of 353.83º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18691 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 134 145 -
CMYK 0 0.44 0.40 0.05
HSL 353.83º 0.79% 0.74% -
HSV(B) 353.83º 0.44% 0.95% -
XYZ 49.91 37.8 31.45 -
YUV 167.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 241 134 145 0 0.44 0.40 0.05 353.83 0.79 0.74
Hex F1 86 91 0 2C 28 5 162 4F 4A
Octal 361 206 221 0 54 50 5 542 117 112
Binary 11110001 10000110 10010001 0 101100 101000 101 101100010 1001111 1001010

Color Harmonies of #F18691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18691

Black with #F18691

Text Example


Text Example

White with #F18691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18691; }

 p { color: rgb(241,134,145); }

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

background-color css

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

 a { background-color: rgb(241,134,145); }

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

border-color css

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

 span { border-color: rgb(241,134,145); }

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