Html Css Color HEX #F68394 Wewak

📋 copy color: '#F68394'

red 246 ◦ green 131 ◦ blue 148

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

Shades of Wewak #F68394

Tints of Wewak #F68394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.95%

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

R = 46.86%
G = 24.95%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F68394 (or 0xF68394) is known color: Wewak. HEX triplet: F6, 83 and 94. RGB value is (246,131,148). Sum of RGB (Red+Green+Blue) = 246+131+148=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F68394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68394 is #097C6B. Grayscale: #A7A7A7. Windows color (decimal): -621676 or 9733110. OLE color: 9733110.

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

Color convert

RGB 246 131 148 -
CMYK 0 0.47 0.40 0.04
HSL 351.13º 0.86% 0.74% -
HSV(B) 351.13º 0.47% 0.96% -
XYZ 51.47 37.96 32.63 -
YUV 167.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 246 131 148 0 0.47 0.40 0.04 351.13 0.86 0.74
Hex F6 83 94 0 2F 28 4 15F 56 4A
Octal 366 203 224 0 57 50 4 537 126 112
Binary 11110110 10000011 10010100 0 101111 101000 100 101011111 1010110 1001010

Color Harmonies of #F68394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68394

Black with #F68394

Text Example


Text Example

White with #F68394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68394; }

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

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

background-color css

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

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

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

border-color css

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

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

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