Html Css Color HEX #F6869A Wewak

📋 copy color: '#F6869A'

red 246 ◦ green 134 ◦ blue 154

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

Shades of Wewak #F6869A

Tints of Wewak #F6869A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.84%

R = 46.07%
G = 25.09%
B = 28.84%

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

#F6869A (or 0xF6869A) is known color: Wewak. HEX triplet: F6, 86 and 9A. RGB value is (246,134,154). Sum of RGB (Red+Green+Blue) = 246+134+154=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F6869A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6869A is #097965. Grayscale: #A9A9A9. Windows color (decimal): -620902 or 10127094. OLE color: 10127094.

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

Color convert

RGB 246 134 154 -
CMYK 0 0.46 0.37 0.04
HSL 349.29º 0.86% 0.75% -
HSV(B) 349.29º 0.46% 0.96% -
XYZ 52.36 38.98 35.34 -
YUV 169.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 246 134 154 0 0.46 0.37 0.04 349.29 0.86 0.75
Hex F6 86 9A 0 2E 25 4 15D 56 4B
Octal 366 206 232 0 56 45 4 535 126 113
Binary 11110110 10000110 10011010 0 101110 100101 100 101011101 1010110 1001011

Color Harmonies of #F6869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6869A

Black with #F6869A

Text Example


Text Example

White with #F6869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6869A; }

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

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

background-color css

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

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

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

border-color css

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

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

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