Html Css Color HEX #F68673 Salmon

📋 copy color: '#F68673'

red 246 ◦ green 134 ◦ blue 115

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

Shades of Salmon #F68673

Tints of Salmon #F68673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 49.7%
G = 27.07%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68673 (or 0xF68673) is known color: Salmon. HEX triplet: F6, 86 and 73. RGB value is (246,134,115). Sum of RGB (Red+Green+Blue) = 246+134+115=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68673 is #09798C. Grayscale: #A5A5A5. Windows color (decimal): -620941 or 7571190. OLE color: 7571190.

HSL color Cylindrical-coordinate representation of color #F68673: hue angle of 8.7º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F68673 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 134 115 -
CMYK 0 0.46 0.53 0.04
HSL 8.7º 0.88% 0.71% -
HSV(B) 8.7º 0.53% 0.96% -
XYZ 49.63 37.88 20.92 -
YUV 165.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 246 134 115 0 0.46 0.53 0.04 8.7 0.88 0.71
Hex F6 86 73 0 2E 35 4 9 58 47
Octal 366 206 163 0 56 65 4 11 130 107
Binary 11110110 10000110 1110011 0 101110 110101 100 1001 1011000 1000111

Color Harmonies of #F68673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68673

Black with #F68673

Text Example


Text Example

White with #F68673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68673; }

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

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

background-color css

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

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

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

border-color css

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

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

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