Html Css Color HEX #F18695 Wewak

📋 copy color: '#F18695'

red 241 ◦ green 134 ◦ blue 149

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

Shades of Wewak #F18695

Tints of Wewak #F18695

RGB

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

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

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

R = 45.99%
G = 25.57%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F18695 (or 0xF18695) is known color: Wewak. HEX triplet: F1, 86 and 95. RGB value is (241,134,149). Sum of RGB (Red+Green+Blue) = 241+134+149=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F18695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18695 is #0E796A. Grayscale: #A7A7A7. Windows color (decimal): -948587 or 9799409. OLE color: 9799409.

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

Color convert

RGB 241 134 149 -
CMYK 0 0.44 0.38 0.05
HSL 351.59º 0.79% 0.74% -
HSV(B) 351.59º 0.44% 0.95% -
XYZ 50.23 37.92 33.11 -
YUV 167.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 241 134 149 0 0.44 0.38 0.05 351.59 0.79 0.74
Hex F1 86 95 0 2C 26 5 160 4F 4A
Octal 361 206 225 0 54 46 5 540 117 112
Binary 11110001 10000110 10010101 0 101100 100110 101 101100000 1001111 1001010

Color Harmonies of #F18695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18695

Black with #F18695

Text Example


Text Example

White with #F18695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18695; }

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

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

background-color css

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

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

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

border-color css

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

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

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