Html Css Color HEX #F68695 Wewak

📋 copy color: '#F68695'

red 246 ◦ green 134 ◦ blue 149

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

Shades of Wewak #F68695

Tints of Wewak #F68695

RGB

 RED value IS 246 (96.48% from 255) = 46.5%

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

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

R = 46.5%
G = 25.33%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F68695 (or 0xF68695) is known color: Wewak. HEX triplet: F6, 86 and 95. RGB value is (246,134,149). Sum of RGB (Red+Green+Blue) = 246+134+149=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F68695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68695 is #09796A. Grayscale: #A9A9A9. Windows color (decimal): -620907 or 9799414. OLE color: 9799414.

HSL color Cylindrical-coordinate representation of color #F68695: hue angle of 351.96º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68695 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 134 149 -
CMYK 0 0.46 0.39 0.04
HSL 351.96º 0.86% 0.75% -
HSV(B) 351.96º 0.46% 0.96% -
XYZ 51.96 38.81 33.19 -
YUV 169.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 246 134 149 0 0.46 0.39 0.04 351.96 0.86 0.75
Hex F6 86 95 0 2E 27 4 160 56 4B
Octal 366 206 225 0 56 47 4 540 126 113
Binary 11110110 10000110 10010101 0 101110 100111 100 101100000 1010110 1001011

Color Harmonies of #F68695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68695

Black with #F68695

Text Example


Text Example

White with #F68695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68695; }

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

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

background-color css

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

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

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

border-color css

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

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

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