Html Css Color HEX #F6869C Wewak

📋 copy color: '#F6869C'

red 246 ◦ green 134 ◦ blue 156

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

Shades of Wewak #F6869C

Tints of Wewak #F6869C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.1%

R = 45.9%
G = 25%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6869C (or 0xF6869C) is known color: Wewak. HEX triplet: F6, 86 and 9C. RGB value is (246,134,156). Sum of RGB (Red+Green+Blue) = 246+134+156=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6869C is #097963. Grayscale: #AAAAAA. Windows color (decimal): -620900 or 10258166. OLE color: 10258166.

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

Color convert

RGB 246 134 156 -
CMYK 0 0.46 0.37 0.04
HSL 348.21º 0.86% 0.75% -
HSV(B) 348.21º 0.46% 0.96% -
XYZ 52.53 39.04 36.22 -
YUV 170 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 246 134 156 0 0.46 0.37 0.04 348.21 0.86 0.75
Hex F6 86 9C 0 2E 25 4 15C 56 4B
Octal 366 206 234 0 56 45 4 534 126 113
Binary 11110110 10000110 10011100 0 101110 100101 100 101011100 1010110 1001011

Color Harmonies of #F6869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6869C

Black with #F6869C

Text Example


Text Example

White with #F6869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6869C; }

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

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

background-color css

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

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

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

border-color css

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

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

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