Html Css Color HEX #F68A8C Wewak

📋 copy color: '#F68A8C'

red 246 ◦ green 138 ◦ blue 140

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

Shades of Wewak #F68A8C

Tints of Wewak #F68A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.34%

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 46.95%
G = 26.34%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F68A8C (or 0xF68A8C) is known color: Wewak. HEX triplet: F6, 8A and 8C. RGB value is (246,138,140). Sum of RGB (Red+Green+Blue) = 246+138+140=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68A8C is #097573. Grayscale: #AAAAAA. Windows color (decimal): -619892 or 9210614. OLE color: 9210614.

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

Color convert

RGB 246 138 140 -
CMYK 0 0.44 0.43 0.04
HSL 358.89º 0.86% 0.75% -
HSV(B) 358.89º 0.44% 0.96% -
XYZ 51.83 39.66 29.74 -
YUV 170.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 246 138 140 0 0.44 0.43 0.04 358.89 0.86 0.75
Hex F6 8A 8C 0 2C 2B 4 167 56 4B
Octal 366 212 214 0 54 53 4 547 126 113
Binary 11110110 10001010 10001100 0 101100 101011 100 101100111 1010110 1001011

Color Harmonies of #F68A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A8C

Black with #F68A8C

Text Example


Text Example

White with #F68A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A8C; }

 p { color: rgb(246,138,140); }

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

background-color css

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

 a { background-color: rgb(246,138,140); }

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

border-color css

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

 span { border-color: rgb(246,138,140); }

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