Html Css Color HEX #F68995 Wewak

📋 copy color: '#F68995'

red 246 ◦ green 137 ◦ blue 149

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

Shades of Wewak #F68995

Tints of Wewak #F68995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.75%

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

R = 46.24%
G = 25.75%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F68995 (or 0xF68995) is known color: Wewak. HEX triplet: F6, 89 and 95. RGB value is (246,137,149). Sum of RGB (Red+Green+Blue) = 246+137+149=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F68995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68995 is #09766A. Grayscale: #ABABAB. Windows color (decimal): -620139 or 9800182. OLE color: 9800182.

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

Color convert

RGB 246 137 149 -
CMYK 0 0.44 0.39 0.04
HSL 353.39º 0.86% 0.75% -
HSV(B) 353.39º 0.44% 0.96% -
XYZ 52.38 39.65 33.33 -
YUV 170.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 246 137 149 0 0.44 0.39 0.04 353.39 0.86 0.75
Hex F6 89 95 0 2C 27 4 161 56 4B
Octal 366 211 225 0 54 47 4 541 126 113
Binary 11110110 10001001 10010101 0 101100 100111 100 101100001 1010110 1001011

Color Harmonies of #F68995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68995

Black with #F68995

Text Example


Text Example

White with #F68995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68995; }

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

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

background-color css

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

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

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

border-color css

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

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

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