Html Css Color HEX #F68994 Wewak

📋 copy color: '#F68994'

red 246 ◦ green 137 ◦ blue 148

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

Shades of Wewak #F68994

Tints of Wewak #F68994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.87%

R = 46.33%
G = 25.8%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F68994 (or 0xF68994) is known color: Wewak. HEX triplet: F6, 89 and 94. RGB value is (246,137,148). Sum of RGB (Red+Green+Blue) = 246+137+148=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F68994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68994 is #09766B. Grayscale: #AAAAAA. Windows color (decimal): -620140 or 9734646. OLE color: 9734646.

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

Color convert

RGB 246 137 148 -
CMYK 0 0.44 0.40 0.04
HSL 353.94º 0.86% 0.75% -
HSV(B) 353.94º 0.44% 0.96% -
XYZ 52.3 39.62 32.91 -
YUV 170.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 246 137 148 0 0.44 0.40 0.04 353.94 0.86 0.75
Hex F6 89 94 0 2C 28 4 162 56 4B
Octal 366 211 224 0 54 50 4 542 126 113
Binary 11110110 10001001 10010100 0 101100 101000 100 101100010 1010110 1001011

Color Harmonies of #F68994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68994

Black with #F68994

Text Example


Text Example

White with #F68994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68994; }

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

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

background-color css

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

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

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

border-color css

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

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

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